Used as key for map containing created spectrum models. More...
 Collaboration diagram for ns3::TvSpectrumModelId:
 Collaboration diagram for ns3::TvSpectrumModelId:| 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<().