A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ofdm-phy.cc File Reference
#include "ofdm-phy.h"
#include "ofdm-ppdu.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/wifi-phy.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-utils.h"
#include <array>
+ Include dependency graph for ofdm-phy.cc:

Go to the source code of this file.

Classes

class  anonymous_namespace{ofdm-phy.cc}::ConstructorOfdm
 Constructor class for OFDM modes. More...
 

Namespaces

namespace  anonymous_namespace{ofdm-phy.cc}
 
namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define GET_OFDM_MODE(x, f)
 
#define NS_LOG_APPEND_CONTEXT   WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy)
 

Functions

const std::map< uint16_t, std::array< uint64_t, 8 > > & ns3::GetOfdmRatesBpsList ()
 Get the array of possible OFDM rates for each bandwidth (MHz).
 

Variables

class anonymous_namespace{ofdm-phy.cc}::ConstructorOfdm anonymous_namespace{ofdm-phy.cc}::g_constructor_ofdm
 the constructor for OFDM modes
 
const std::map< uint16_t, std::array< uint64_t, 8 > > ns3::s_ofdmRatesBpsList
 OFDM rates in bits per second for each bandwidth (MHz)
 

Macro Definition Documentation

◆ GET_OFDM_MODE

#define GET_OFDM_MODE (   x,
 
)
Value:
WifiMode OfdmPhy::Get##x() \
{ \
static WifiMode mode = CreateOfdmMode(#x, f); \
return mode; \
}

Definition at line 496 of file ofdm-phy.cc.

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT   WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy)

Definition at line 36 of file ofdm-phy.cc.