A Discrete-Event Network Simulator
API
ofdm-phy.cc File Reference
#include "ofdm-phy.h"
#include "ofdm-ppdu.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-phy.h"
#include "ns3/wifi-utils.h"
#include "ns3/simulator.h"
#include "ns3/log.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

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

Macros

#define GET_OFDM_MODE(x, f)
 

Functions

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

Variables

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

Macro Definition Documentation

◆ GET_OFDM_MODE

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

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