Public Attributes | |
std::string | uniqueUid |
uint32_t | bandwidth |
uint32_t | dataRate |
uint32_t | phyRate |
enum WifiMode::ModulationType | modulation |
uint8_t | constellationSize |
bool | isMandatory |
This is the data associated to a unique WifiMode. The integer stored in a WifiMode is in fact an index in an array of WifiModeItem objects.
Definition at line 184 of file wifi-mode.h.
Definition at line 186 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::GetBandwidth().
Definition at line 190 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::GetConstellationSize().
Definition at line 187 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::GetDataRate().
Definition at line 191 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::IsMandatory().
Definition at line 189 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), ns3::WifiMode::GetModulationType(), ns3::WifiMode::IsModulationBpsk(), and ns3::WifiMode::IsModulationQam().
Definition at line 188 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::GetPhyRate().
std::string ns3::WifiModeFactory::WifiModeItem::uniqueUid |
Definition at line 185 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateBpsk(), ns3::WifiModeFactory::CreateQam(), and ns3::WifiMode::GetUniqueName().