The Rx spectrum model information. More...
#include "multi-model-spectrum-channel.h"
Public Member Functions | |
RxSpectrumModelInfo (Ptr< const SpectrumModel > rxSpectrumModel) | |
Constructor. | |
Public Attributes | |
std::vector< Ptr< SpectrumPhy > > | m_rxPhys |
Container of the Rx Spectrum phy objects. | |
Ptr< const SpectrumModel > | m_rxSpectrumModel |
Rx Spectrum model. | |
The Rx spectrum model information.
This class is used to convert one spectrum model into another one.
Definition at line 60 of file multi-model-spectrum-channel.h.
ns3::RxSpectrumModelInfo::RxSpectrumModelInfo | ( | Ptr< const SpectrumModel > | rxSpectrumModel | ) |
Constructor.
rxSpectrumModel | the Rx Spectrum model. |
Definition at line 67 of file multi-model-spectrum-channel.cc.
std::vector<Ptr<SpectrumPhy> > ns3::RxSpectrumModelInfo::m_rxPhys |
Container of the Rx Spectrum phy objects.
Definition at line 70 of file multi-model-spectrum-channel.h.
Ptr<const SpectrumModel> ns3::RxSpectrumModelInfo::m_rxSpectrumModel |
Rx Spectrum model.
Definition at line 69 of file multi-model-spectrum-channel.h.