A Discrete-Event Network Simulator
API
ns3::ChannelManager::WaveChannel Struct Reference

WaveChannel structure. More...

+ Collaboration diagram for ns3::ChannelManager::WaveChannel:

Public Member Functions

 WaveChannel (uint32_t channel)
 initializor More...
 

Public Attributes

bool adaptable
 adaptable? More...
 
uint32_t channelNumber
 channel number More...
 
WifiMode dataRate
 data rate More...
 
uint32_t operatingClass
 operating class More...
 
WifiPreamble preamble
 preamble More...
 
uint32_t txPowerLevel
 transmit power level More...
 

Detailed Description

WaveChannel structure.

Definition at line 140 of file channel-manager.h.

Constructor & Destructor Documentation

ns3::ChannelManager::WaveChannel::WaveChannel ( uint32_t  channel)
inline

initializor

Parameters
channelthe channel number

Definition at line 153 of file channel-manager.h.

Member Data Documentation

bool ns3::ChannelManager::WaveChannel::adaptable

adaptable?

Definition at line 144 of file channel-manager.h.

uint32_t ns3::ChannelManager::WaveChannel::channelNumber

channel number

Definition at line 142 of file channel-manager.h.

WifiMode ns3::ChannelManager::WaveChannel::dataRate

data rate

Definition at line 145 of file channel-manager.h.

uint32_t ns3::ChannelManager::WaveChannel::operatingClass

operating class

Definition at line 143 of file channel-manager.h.

WifiPreamble ns3::ChannelManager::WaveChannel::preamble

preamble

Definition at line 146 of file channel-manager.h.

uint32_t ns3::ChannelManager::WaveChannel::txPowerLevel

transmit power level

Definition at line 147 of file channel-manager.h.


The documentation for this struct was generated from the following file: