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... | |
Wifi Spectrum Model structure.
Definition at line 35 of file wifi-spectrum-value-helper.cc.
| ns3::WifiSpectrumModelId::WifiSpectrumModelId | ( | uint32_t | f, |
| uint8_t | w | ||
| ) |
Constructor.
| f | the frequency in Mhz |
| w | the channel width in Mhz |
Definition at line 47 of file wifi-spectrum-value-helper.cc.
References NS_LOG_FUNCTION.
| 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<().