A Discrete-Event Network Simulator
API
erp-ofdm-phy.cc File Reference
#include <array>
#include "erp-ofdm-phy.h"
#include "erp-ofdm-ppdu.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-phy.h"
#include "ns3/log.h"
#include "ns3/assert.h"
+ Include dependency graph for erp-ofdm-phy.cc:

Go to the source code of this file.

Classes

class  anonymous_namespace{erp-ofdm-phy.cc}::ConstructorErpOfdm
 Constructor class for ERP-OFDM modes. More...
 

Namespaces

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

Macros

#define GET_ERP_OFDM_MODE(x, f)
 

Functions

const std::array< uint64_t, 8 > & ns3::GetErpOfdmRatesBpsList (void)
 Get the array of possible ERP OFDM rates. More...
 

Variables

static class anonymous_namespace{erp-ofdm-phy.cc}::ConstructorErpOfdm anonymous_namespace{erp-ofdm-phy.cc}::g_constructor_erp_ofdm
 the constructor for ERP-OFDM modes More...
 
static const std::array< uint64_t, 8 > ns3::s_erpOfdmRatesBpsList
 ERP OFDM rates in bits per second. More...
 

Macro Definition Documentation

◆ GET_ERP_OFDM_MODE

#define GET_ERP_OFDM_MODE (   x,
  f 
)
Value:
WifiMode \
ErpOfdmPhy::Get ## x (void) \
{ \
static WifiMode mode = CreateErpOfdmMode (#x, f); \
return mode; \
}; \
double f(double x, void *params)
Definition: 80211b.c:70

Definition at line 149 of file erp-ofdm-phy.cc.