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 194 of file tv-spectrum-transmitter.cc.
ns3::TvSpectrumModelId::TvSpectrumModelId | ( | double | stFreq, |
double | bwidth | ||
) |
Constructor.
stFreq | Start frequency [Hz] |
bwidth | Bandwidth [Hz] |
Definition at line 206 of file tv-spectrum-transmitter.cc.
double ns3::TvSpectrumModelId::bandwidth |
Bandwidth [Hz].
Definition at line 203 of file tv-spectrum-transmitter.cc.
Referenced by ns3::operator<().
double ns3::TvSpectrumModelId::startFrequency |
Start frequency [Hz].
Definition at line 202 of file tv-spectrum-transmitter.cc.
Referenced by ns3::operator<().