Used as key for map containing created spectrum models. More...
Public Member Functions | |
TvSpectrumModelId (double stFreq, double bwidth) | |
Constructor. | |
Public Attributes | |
double | bandwidth |
Bandwidth [Hz]. | |
double | startFrequency |
Start frequency [Hz]. | |
Used as key for map containing created spectrum models.
Definition at line 183 of file tv-spectrum-transmitter.cc.
Constructor.
stFreq | Start frequency [Hz] |
bwidth | Bandwidth [Hz] |
Definition at line 195 of file tv-spectrum-transmitter.cc.
double ns3::TvSpectrumModelId::bandwidth |
Bandwidth [Hz].
Definition at line 192 of file tv-spectrum-transmitter.cc.
Referenced by ns3::operator<().
double ns3::TvSpectrumModelId::startFrequency |
Start frequency [Hz].
Definition at line 191 of file tv-spectrum-transmitter.cc.
Referenced by ns3::operator<().