#include <wifi-mode.h>
Public Member Functions | |
uint32_t | GetBandwidth (void) const |
uint32_t | GetPhyRate (void) const |
uint32_t | GetDataRate (void) const |
bool | IsModulationBpsk (void) const |
bool | IsModulationQam (void) const |
enum ModulationType | GetModulationType (void) const |
uint8_t | GetConstellationSize (void) const |
std::string | GetUniqueName (void) const |
bool | IsMandatory (void) const |
uint32_t | GetUid (void) const |
WifiMode () |
A WifiMode is implemented by a single integer which is used to lookup in a global array the characteristics of the associated transmission mode. It is thus extremely cheap to keep a WifiMode variable around.
ns3::WifiMode::WifiMode | ( | ) |
uint32_t ns3::WifiMode::GetBandwidth | ( | void | ) | const |
uint8_t ns3::WifiMode::GetConstellationSize | ( | void | ) | const |
uint32_t ns3::WifiMode::GetDataRate | ( | void | ) | const |
enum ModulationType ns3::WifiMode::GetModulationType | ( | void | ) | const |
uint32_t ns3::WifiMode::GetPhyRate | ( | void | ) | const |
uint32_t ns3::WifiMode::GetUid | ( | void | ) | const |
std::string ns3::WifiMode::GetUniqueName | ( | void | ) | const |
bool ns3::WifiMode::IsMandatory | ( | void | ) | const |
bool ns3::WifiMode::IsModulationBpsk | ( | void | ) | const |
bool ns3::WifiMode::IsModulationQam | ( | void | ) | const |