A Discrete-Event Network Simulator
API
ns3::WifiModeFactory::WifiModeItem Struct Reference

This is the data associated to a unique WifiMode. More...

+ Collaboration diagram for ns3::WifiModeFactory::WifiModeItem:

Public Attributes

WifiCodeRate codingRate
 coding rate More...
 
uint16_t constellationSize
 constellation size More...
 
bool isMandatory
 flag to indicate whether this mode is mandatory More...
 
uint8_t mcsValue
 MCS value. More...
 
WifiModulationClass modClass
 modulation class More...
 
std::string uniqueUid
 unique UID More...
 

Detailed Description

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 353 of file wifi-mode.h.

Member Data Documentation

◆ codingRate

WifiCodeRate ns3::WifiModeFactory::WifiModeItem::codingRate

◆ constellationSize

uint16_t ns3::WifiModeFactory::WifiModeItem::constellationSize

◆ isMandatory

bool ns3::WifiModeFactory::WifiModeItem::isMandatory

flag to indicate whether this mode is mandatory

Definition at line 359 of file wifi-mode.h.

Referenced by ns3::WifiModeFactory::CreateWifiMcs(), ns3::WifiModeFactory::CreateWifiMode(), ns3::WifiModeFactory::GetFactory(), and ns3::WifiMode::IsMandatory().

◆ mcsValue

◆ modClass

◆ uniqueUid

std::string ns3::WifiModeFactory::WifiModeItem::uniqueUid

The documentation for this struct was generated from the following file: