The Tx spectrum model information. More...
#include "multi-model-spectrum-channel.h"
Public Member Functions | |
TxSpectrumModelInfo (Ptr< const SpectrumModel > txSpectrumModel) | |
Constructor. More... | |
Public Attributes | |
SpectrumConverterMap_t | m_spectrumConverterMap |
Spectrum converter. More... | |
Ptr< const SpectrumModel > | m_txSpectrumModel |
Tx Spectrum model. More... | |
The Tx spectrum model information.
This class is used to convert one spectrum model into another one.
Definition at line 47 of file multi-model-spectrum-channel.h.
ns3::TxSpectrumModelInfo::TxSpectrumModelInfo | ( | Ptr< const SpectrumModel > | txSpectrumModel | ) |
Constructor.
txSpectrumModel | the Tx Spectrum model. |
Definition at line 72 of file multi-model-spectrum-channel.cc.
SpectrumConverterMap_t ns3::TxSpectrumModelInfo::m_spectrumConverterMap |
Spectrum converter.
Definition at line 57 of file multi-model-spectrum-channel.h.
Ptr<const SpectrumModel> ns3::TxSpectrumModelInfo::m_txSpectrumModel |
Tx Spectrum model.
Definition at line 56 of file multi-model-spectrum-channel.h.