Struct defining a frequency range between minFrequency (MHz) and maxFrequency (MHz). More...
#include "wifi-spectrum-value-helper.h"
Public Attributes | |
uint16_t | maxFrequency {0} |
the maximum frequency in MHz More... | |
uint16_t | minFrequency {0} |
the minimum frequency in MHz More... | |
Struct defining a frequency range between minFrequency (MHz) and maxFrequency (MHz).
Definition at line 332 of file wifi-spectrum-value-helper.h.
uint16_t ns3::FrequencyRange::maxFrequency {0} |
the maximum frequency in MHz
Definition at line 335 of file wifi-spectrum-value-helper.h.
Referenced by SpectrumWifiPhyMultipleInterfacesTest::DoSetup(), ns3::InterferenceHelper::IsBandInFrequencyRange(), ns3::operator<<(), and ns3::operator==().
uint16_t ns3::FrequencyRange::minFrequency {0} |
the minimum frequency in MHz
Definition at line 334 of file wifi-spectrum-value-helper.h.
Referenced by SpectrumWifiPhyMultipleInterfacesTest::DoSetup(), ns3::InterferenceHelper::IsBandInFrequencyRange(), ns3::operator<(), ns3::operator<<(), and ns3::operator==().