#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/interference-helper.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
#include <array>
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... | |
#define GET_OFDM_MODE | ( | x, | |
f | |||
) |
Definition at line 447 of file ofdm-phy.cc.