A Discrete-Event Network Simulator
API
ns3::WifiSpectrumModelId Struct Reference

Wifi Spectrum Model structure. More...

Public Member Functions

 WifiSpectrumModelId (uint32_t f, uint8_t w)
 Constructor. More...
 

Public Attributes

uint32_t m_centerFrequency
 center frequency More...
 
uint8_t m_channelWidth
 channel width More...
 

Detailed Description

Wifi Spectrum Model structure.

Definition at line 35 of file wifi-spectrum-value-helper.cc.

Constructor & Destructor Documentation

ns3::WifiSpectrumModelId::WifiSpectrumModelId ( uint32_t  f,
uint8_t  w 
)

Constructor.

Parameters
fthe frequency in Mhz
wthe channel width in Mhz

Definition at line 47 of file wifi-spectrum-value-helper.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

uint32_t ns3::WifiSpectrumModelId::m_centerFrequency

center frequency

Definition at line 43 of file wifi-spectrum-value-helper.cc.

Referenced by ns3::operator<().

uint8_t ns3::WifiSpectrumModelId::m_channelWidth

channel width

Definition at line 44 of file wifi-spectrum-value-helper.cc.

Referenced by ns3::operator<().


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