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