A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 

Public Attributes

std::vector< Ptr< SpectrumPhy > > m_rxPhys
 Container of the Rx Spectrum phy objects.
 
Ptr< const SpectrumModelm_rxSpectrumModel
 Rx Spectrum model.
 

Detailed Description

The Rx spectrum model information.

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

Definition at line 71 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_rxPhys

std::vector<Ptr<SpectrumPhy> > ns3::RxSpectrumModelInfo::m_rxPhys

Container of the Rx Spectrum phy objects.

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

◆ m_rxSpectrumModel

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

Rx Spectrum model.

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


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