#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:
 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... | |
| #define GET_ERP_OFDM_MODE | ( | x, | |
| f | |||
| ) | 
Definition at line 149 of file erp-ofdm-phy.cc.