A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::ThompsonSamplingWifiRemoteStation Struct Reference

Holds station state and collected statistics. More...

+ Inheritance diagram for ns3::ThompsonSamplingWifiRemoteStation:
+ Collaboration diagram for ns3::ThompsonSamplingWifiRemoteStation:

Public Attributes

size_t m_lastMode
 Most recently used mode, used to write statistics.
 
std::vector< RateStatsm_mcsStats
 Collected statistics.
 
size_t m_nextMode
 Mode to select for the next transmission.
 
- Public Attributes inherited from ns3::WifiRemoteStation
std::pair< double, Timem_rssiAndUpdateTimePair
 RSSI (in dBm) of the most recent packet received from the remote station along with update time.
 
WifiRemoteStationStatem_state
 Remote station state.
 

Additional Inherited Members

- Public Member Functions inherited from ns3::WifiRemoteStation
virtual ~WifiRemoteStation ()
 

Detailed Description

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.

Member Data Documentation

◆ m_lastMode

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.

◆ m_mcsStats

std::vector<RateStats> ns3::ThompsonSamplingWifiRemoteStation::m_mcsStats

◆ m_nextMode

size_t ns3::ThompsonSamplingWifiRemoteStation::m_nextMode

Mode to select for the next transmission.

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


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