This is the data associated to a unique WifiMode. More...
Public Attributes | |
CodeRateCallback | GetCodeRateCallback |
Callback to retrieve code rate of this WifiModeItem. | |
ConstellationSizeCallback | GetConstellationSizeCallback |
Callback to retrieve constellation size of this WifiModeItem. | |
DataRateCallback | GetDataRateCallback |
Callback to calculate data rate in bps of this WifiModeItem. | |
NonHtReferenceRateCallback | GetNonHtReferenceRateCallback |
Callback to calculate non-HT reference rate of this WifiModeItem. | |
PhyRateCallback | GetPhyRateCallback |
Callback to calculate PHY rate in bps of this WifiModeItem. | |
AllowedCallback | IsAllowedCallback |
Callback to check whether a given combination of is allowed. | |
bool | isMandatory |
flag to indicate whether this mode is mandatory | |
uint8_t | mcsValue |
MCS value. | |
WifiModulationClass | modClass |
modulation class | |
std::string | uniqueUid |
unique UID | |
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 397 of file wifi-mode.h.
CodeRateCallback ns3::WifiModeFactory::WifiModeItem::GetCodeRateCallback |
Callback to retrieve code rate of this WifiModeItem.
Definition at line 404 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiMode::GetCodeRate(), and ns3::WifiModeFactory::GetFactory().
ConstellationSizeCallback ns3::WifiModeFactory::WifiModeItem::GetConstellationSizeCallback |
Callback to retrieve constellation size of this WifiModeItem.
Definition at line 406 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiMode::GetConstellationSize(), and ns3::WifiModeFactory::GetFactory().
DataRateCallback ns3::WifiModeFactory::WifiModeItem::GetDataRateCallback |
Callback to calculate data rate in bps of this WifiModeItem.
Definition at line 411 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiMode::GetDataRate(), and ns3::WifiModeFactory::GetFactory().
NonHtReferenceRateCallback ns3::WifiModeFactory::WifiModeItem::GetNonHtReferenceRateCallback |
Callback to calculate non-HT reference rate of this WifiModeItem.
Definition at line 413 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::GetNonHtReferenceRate().
PhyRateCallback ns3::WifiModeFactory::WifiModeItem::GetPhyRateCallback |
Callback to calculate PHY rate in bps of this WifiModeItem.
Definition at line 409 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::GetPhyRate().
AllowedCallback ns3::WifiModeFactory::WifiModeItem::IsAllowedCallback |
Callback to check whether a given combination of is allowed.
Definition at line 416 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::IsAllowed().
bool ns3::WifiModeFactory::WifiModeItem::isMandatory |
flag to indicate whether this mode is mandatory
Definition at line 401 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::IsMandatory().
uint8_t ns3::WifiModeFactory::WifiModeItem::mcsValue |
MCS value.
Definition at line 402 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::GetMcsValue().
WifiModulationClass ns3::WifiModeFactory::WifiModeItem::modClass |
modulation class
Definition at line 400 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), ns3::WifiMode::GetMcsValue(), and ns3::WifiMode::GetModulationClass().
std::string ns3::WifiModeFactory::WifiModeItem::uniqueUid |
unique UID
Definition at line 399 of file wifi-mode.h.
Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::GetUniqueName().