A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::RxSpectrumModelInfo Class Reference

The Rx spectrum model information. More...

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

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

◆ RxSpectrumModelInfo()

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

◆ m_rxPhySet

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.

◆ m_rxSpectrumModel

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: