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

Container for UanTxModes. More...

#include "uan-tx-mode.h"

+ Collaboration diagram for ns3::UanModesList:

Public Member Functions

 UanModesList ()
 Constructor.
 
virtual ~UanModesList ()
 Destructor.
 
void AppendMode (UanTxMode mode)
 Add mode to this list.
 
void DeleteMode (uint32_t num)
 Delete the mode at given index.
 
uint32_t GetNModes () const
 Get the number of modes in this list.
 
UanTxMode operator[] (uint32_t index) const
 Retrieve a mode by index.
 

Private Attributes

std::vector< UanTxModem_modes
 The vector of modes in this list.
 

Friends

std::ostream & operator<< (std::ostream &os, const UanModesList &ml)
 Write UanModesList to stream os.
 
std::istream & operator>> (std::istream &is, UanModesList &ml)
 Read UanModesList from stream is.
 

Detailed Description

Container for UanTxModes.

See also
attribute_UanModesList

Definition at line 247 of file uan-tx-mode.h.

Constructor & Destructor Documentation

◆ UanModesList()

ns3::UanModesList::UanModesList ( )

Constructor.

Definition at line 209 of file uan-tx-mode.cc.

◆ ~UanModesList()

ns3::UanModesList::~UanModesList ( )
virtual

Destructor.

Definition at line 213 of file uan-tx-mode.cc.

References m_modes.

Member Function Documentation

◆ AppendMode()

void ns3::UanModesList::AppendMode ( UanTxMode mode)

Add mode to this list.

Parameters
modeThe mode to add.

Definition at line 219 of file uan-tx-mode.cc.

References m_modes.

Referenced by Experiment::CreateDualModes(), UanTest::DoPhyTests(), and ns3::UanPhyGen::GetDefaultModes().

+ Here is the caller graph for this function:

◆ DeleteMode()

void ns3::UanModesList::DeleteMode ( uint32_t num)

Delete the mode at given index.

Parameters
numIndex of mode to delete.

Definition at line 225 of file uan-tx-mode.cc.

References m_modes, and NS_ASSERT.

◆ GetNModes()

uint32_t ns3::UanModesList::GetNModes ( ) const

Get the number of modes in this list.

Returns
Number of modes.

Definition at line 245 of file uan-tx-mode.cc.

References m_modes.

Referenced by UanModesListTest::DoRun(), ns3::UanPhyGen::GetMode(), and ns3::UanPhyGen::GetNModes().

+ Here is the caller graph for this function:

◆ operator[]()

UanTxMode ns3::UanModesList::operator[] ( uint32_t index) const

Retrieve a mode by index.

Parameters
indexMode index.
Returns
Mode at given index.

Definition at line 238 of file uan-tx-mode.cc.

References m_modes, and NS_ASSERT.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const UanModesList & ml )
friend

Write UanModesList to stream os.

Parameters
osThe output stream.
mlThe mode list.
Returns
The stream.

Definition at line 250 of file uan-tx-mode.cc.

◆ operator>>

std::istream & operator>> ( std::istream & is,
UanModesList & ml )
friend

Read UanModesList from stream is.

Parameters
isThe input stream.
mlThe mode list to fill.
Returns
The stream.

Definition at line 263 of file uan-tx-mode.cc.

Member Data Documentation

◆ m_modes

std::vector<UanTxMode> ns3::UanModesList::m_modes
private

The vector of modes in this list.

Definition at line 279 of file uan-tx-mode.h.

Referenced by ~UanModesList(), AppendMode(), DeleteMode(), GetNModes(), and operator[]().


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