A structure containing parameters of a single rate and its statistics. More...
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... | |
A structure containing parameters of a single rate and its statistics.
Definition at line 41 of file thompson-sampling-wifi-manager.cc.
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().
double ns3::RateStats::fails {0.0} |
averaged number of failed transmissions
Definition at line 48 of file thompson-sampling-wifi-manager.cc.
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.
WifiMode ns3::RateStats::mode |
MCS.
Definition at line 43 of file thompson-sampling-wifi-manager.cc.
Referenced by ns3::ThompsonSamplingWifiManager::InitializeStation().
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().
double ns3::RateStats::success {0.0} |
averaged number of successful transmissions
Definition at line 47 of file thompson-sampling-wifi-manager.cc.