Holds station state and collected statistics. More...
 Inheritance diagram for ns3::ThompsonSamplingWifiRemoteStation:
 Inheritance diagram for ns3::ThompsonSamplingWifiRemoteStation: Collaboration diagram for ns3::ThompsonSamplingWifiRemoteStation:
 Collaboration diagram for ns3::ThompsonSamplingWifiRemoteStation:| Public Attributes | |
| size_t | m_lastMode | 
| Most recently used mode, used to write statistics.  More... | |
| std::vector< RateStats > | m_mcsStats | 
| Collected statistics.  More... | |
| size_t | m_nextMode | 
| Mode to select for the next transmission.  More... | |
|  Public Attributes inherited from ns3::WifiRemoteStation | |
| std::pair< double, Time > | m_rssiAndUpdateTimePair | 
| RSSI (in dBm) of the most recent packet received from the remote station along with update time.  More... | |
| WifiRemoteStationState * | m_state | 
| Remote station state.  More... | |
| 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 58 of file thompson-sampling-wifi-manager.cc.
| size_t ns3::ThompsonSamplingWifiRemoteStation::m_lastMode | 
Most recently used mode, used to write statistics.
Definition at line 61 of file thompson-sampling-wifi-manager.cc.
Referenced by ns3::ThompsonSamplingWifiManager::DoCreateStation().
| std::vector<RateStats> ns3::ThompsonSamplingWifiRemoteStation::m_mcsStats | 
Collected statistics.
Definition at line 63 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 60 of file thompson-sampling-wifi-manager.cc.
Referenced by ns3::ThompsonSamplingWifiManager::DoCreateStation().