#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>
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< MHz_u, std::array< uint64_t, 8 > > & | ns3::GetOfdmRatesBpsList () |
Get the array of possible OFDM rates for each bandwidth. | |
Variables | |
class anonymous_namespace{ofdm-phy.cc}::ConstructorOfdm | anonymous_namespace{ofdm-phy.cc}::g_constructor_ofdm |
the constructor for OFDM modes | |
const std::map< MHz_u, std::array< uint64_t, 8 > > | ns3::s_ofdmRatesBpsList |
OFDM rates in bits per second for each bandwidth. | |
#define GET_OFDM_MODE | ( | x, | |
f ) |
Definition at line 486 of file ofdm-phy.cc.
#define NS_LOG_APPEND_CONTEXT WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy) |
Definition at line 25 of file ofdm-phy.cc.