A Discrete-Event Network Simulator
API
ns3::RateStats Struct Reference

A structure containing parameters of a single rate and its statistics. More...

+ Collaboration diagram for ns3::RateStats:

Public Attributes

uint16_t channelWidth
 channel width in MHz More...
 
double fails {0.0}
 averaged number of failed transmissions More...
 
Time lastDecay {0}
 last time exponential decay was applied to this rate More...
 
WifiMode mode
 MCS. More...
 
uint8_t nss
 Number of spatial streams. More...
 
double success {0.0}
 averaged number of successful transmissions More...
 

Detailed Description

A structure containing parameters of a single rate and its statistics.

Definition at line 42 of file thompson-sampling-wifi-manager.cc.

Member Data Documentation

◆ channelWidth

uint16_t ns3::RateStats::channelWidth

channel width in MHz

Definition at line 44 of file thompson-sampling-wifi-manager.cc.

Referenced by ns3::ThompsonSamplingWifiManager::InitializeStation().

◆ fails

double ns3::RateStats::fails {0.0}

averaged number of failed transmissions

Definition at line 48 of file thompson-sampling-wifi-manager.cc.

◆ lastDecay

Time ns3::RateStats::lastDecay {0}

last time exponential decay was applied to this rate

Definition at line 49 of file thompson-sampling-wifi-manager.cc.

◆ mode

WifiMode ns3::RateStats::mode

◆ nss

uint8_t ns3::RateStats::nss

Number of spatial streams.

Definition at line 45 of file thompson-sampling-wifi-manager.cc.

Referenced by ns3::ThompsonSamplingWifiManager::InitializeStation().

◆ success

double ns3::RateStats::success {0.0}

averaged number of successful transmissions

Definition at line 47 of file thompson-sampling-wifi-manager.cc.


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