Wifi Spectrum Model structure. More...
 Collaboration diagram for ns3::WifiSpectrumModelId: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 40 of file wifi-spectrum-value-helper.cc.
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 56 of file wifi-spectrum-value-helper.cc.
References f(), and NS_LOG_FUNCTION.
 Here is the call graph for this function:| double ns3::WifiSpectrumModelId::m_bandBandwidth | 
width of each band (in Hz)
Definition at line 52 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().
| uint32_t ns3::WifiSpectrumModelId::m_centerFrequency | 
center frequency (in MHz)
Definition at line 50 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().
| uint16_t ns3::WifiSpectrumModelId::m_channelWidth | 
channel width (in MHz)
Definition at line 51 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 53 of file wifi-spectrum-value-helper.cc.
Referenced by ns3::operator<().