A Discrete-Event Network Simulator
API
ns3::RxSpectrumModelInfo Class Reference

The Rx spectrum model information. More...

#include "multi-model-spectrum-channel.h"

+ Collaboration diagram for ns3::RxSpectrumModelInfo:

Public Member Functions

 RxSpectrumModelInfo (Ptr< const SpectrumModel > rxSpectrumModel)
 Constructor. More...
 

Public Attributes

std::set< Ptr< SpectrumPhy > > m_rxPhySet
 Container of the Rx Spectrum phy objects. More...
 
Ptr< const SpectrumModelm_rxSpectrumModel
 Rx Spectrum model. More...
 

Detailed Description

The Rx spectrum model information.

This class is used to convert one spectrum model into another one.

Definition at line 73 of file multi-model-spectrum-channel.h.

Constructor & Destructor Documentation

ns3::RxSpectrumModelInfo::RxSpectrumModelInfo ( Ptr< const SpectrumModel rxSpectrumModel)

Constructor.

Parameters
rxSpectrumModelthe Rx Spectrum model.

Definition at line 78 of file multi-model-spectrum-channel.cc.

Member Data Documentation

std::set<Ptr<SpectrumPhy> > ns3::RxSpectrumModelInfo::m_rxPhySet

Container of the Rx Spectrum phy objects.

Definition at line 83 of file multi-model-spectrum-channel.h.

Ptr<const SpectrumModel> ns3::RxSpectrumModelInfo::m_rxSpectrumModel

Rx Spectrum model.

Definition at line 82 of file multi-model-spectrum-channel.h.


The documentation for this class was generated from the following files: