Holds station state and collected statistics. More...
Public Attributes | |
size_t | m_lastMode |
Most recently used mode, used to write statistics. | |
std::vector< RateStats > | m_mcsStats |
Collected statistics. | |
size_t | m_nextMode |
Mode to select for the next transmission. | |
Public Attributes inherited from ns3::WifiRemoteStation | |
std::pair< dBm_u, Time > | m_rssiAndUpdateTimePair |
RSSI of the most recent packet received from the remote station along with update time. | |
WifiRemoteStationState * | m_state |
Remote station state. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::WifiRemoteStation | |
virtual | ~WifiRemoteStation () |
Holds station state and collected statistics.
This struct extends from WifiRemoteStation to hold additional information required by ThompsonSamplingWifiManager.
Definition at line 47 of file thompson-sampling-wifi-manager.cc.
size_t ns3::ThompsonSamplingWifiRemoteStation::m_lastMode |
Most recently used mode, used to write statistics.
Definition at line 50 of file thompson-sampling-wifi-manager.cc.
std::vector<RateStats> ns3::ThompsonSamplingWifiRemoteStation::m_mcsStats |
Collected statistics.
Definition at line 52 of file thompson-sampling-wifi-manager.cc.
Referenced by ns3::ThompsonSamplingWifiManager::DoGetDataTxVector(), and ns3::ThompsonSamplingWifiManager::DoGetRtsTxVector().
size_t ns3::ThompsonSamplingWifiRemoteStation::m_nextMode |
Mode to select for the next transmission.
Definition at line 49 of file thompson-sampling-wifi-manager.cc.