Wifi Spectrum Model structure. More...
Public Member Functions | |
WifiSpectrumModelId (uint32_t f, uint16_t w, double b, uint16_t g) | |
Constructor. More... | |
Public Attributes | |
double | m_bandBandwidth |
width of each band (in Hz) More... | |
uint32_t | m_centerFrequency |
center frequency (in MHz) More... | |
uint16_t | m_channelWidth |
channel width (in MHz) More... | |
uint16_t | m_guardBandwidth |
guard band width (in MHz) More... | |
Wifi Spectrum Model structure.
Definition at line 37 of file wifi-spectrum-value-helper.cc.
ns3::WifiSpectrumModelId::WifiSpectrumModelId | ( | uint32_t | f, |
uint16_t | w, | ||
double | b, | ||
uint16_t | g | ||
) |
Constructor.
f | the frequency (in MHz) |
w | the channel width (in MHz) |
b | the width of each band (in Hz) |
g | the guard band width (in MHz) |
Definition at line 53 of file wifi-spectrum-value-helper.cc.
References f(), and NS_LOG_FUNCTION.
double ns3::WifiSpectrumModelId::m_bandBandwidth |
width of each band (in Hz)
Definition at line 49 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().
uint32_t ns3::WifiSpectrumModelId::m_centerFrequency |
center frequency (in MHz)
Definition at line 47 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().
uint16_t ns3::WifiSpectrumModelId::m_channelWidth |
channel width (in MHz)
Definition at line 48 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().
uint16_t ns3::WifiSpectrumModelId::m_guardBandwidth |
guard band width (in MHz)
Definition at line 50 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().