A structure containing parameters of a single rate and its statistics. More...
 Collaboration diagram for ns3::RateStats:
 Collaboration diagram for ns3::RateStats:| Public Attributes | |
| MHz_u | channelWidth | 
| channel width | |
| double | fails {0.0} | 
| averaged number of failed transmissions | |
| Time | lastDecay {0} | 
| last time exponential decay was applied to this rate | |
| WifiMode | mode | 
| MCS. | |
| uint8_t | nss | 
| Number of spatial streams. | |
| double | success {0.0} | 
| averaged number of successful transmissions | |
A structure containing parameters of a single rate and its statistics.
Definition at line 30 of file thompson-sampling-wifi-manager.cc.
| MHz_u ns3::RateStats::channelWidth | 
channel width
Definition at line 33 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 37 of file thompson-sampling-wifi-manager.cc.
| Time ns3::RateStats::lastDecay {0} | 
last time exponential decay was applied to this rate
Definition at line 38 of file thompson-sampling-wifi-manager.cc.
| WifiMode ns3::RateStats::mode | 
MCS.
Definition at line 32 of file thompson-sampling-wifi-manager.cc.
Referenced by ns3::ThompsonSamplingWifiManager::InitializeStation().
| uint8_t ns3::RateStats::nss | 
Number of spatial streams.
Definition at line 34 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 36 of file thompson-sampling-wifi-manager.cc.