A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TxSpectrumModelInfo Class Reference

The Tx spectrum model information. More...

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

+ Collaboration diagram for ns3::TxSpectrumModelInfo:

Public Member Functions

 TxSpectrumModelInfo (Ptr< const SpectrumModel > txSpectrumModel)
 Constructor.
 

Public Attributes

SpectrumConverterMap_t m_spectrumConverterMap
 Spectrum converter.
 
Ptr< const SpectrumModelm_txSpectrumModel
 Tx Spectrum model.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TxSpectrumModelInfo()

ns3::TxSpectrumModelInfo::TxSpectrumModelInfo ( Ptr< const SpectrumModel txSpectrumModel)

Constructor.

Parameters
txSpectrumModelthe Tx Spectrum model.

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

Member Data Documentation

◆ m_spectrumConverterMap

SpectrumConverterMap_t ns3::TxSpectrumModelInfo::m_spectrumConverterMap

Spectrum converter.

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

◆ m_txSpectrumModel

Ptr<const SpectrumModel> ns3::TxSpectrumModelInfo::m_txSpectrumModel

Tx Spectrum model.

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


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