A Discrete-Event Network Simulator
API
ns3::AmrrWifiRemoteStation Struct Reference

hold per-remote-station state for AMRR Wifi manager. More...

+ Inheritance diagram for ns3::AmrrWifiRemoteStation:
+ Collaboration diagram for ns3::AmrrWifiRemoteStation:

Public Attributes

Time m_nextModeUpdate
 next mode update time More...
 
bool m_recovery
 recovery More...
 
uint32_t m_retry
 retry More...
 
uint32_t m_success
 success More...
 
uint32_t m_successThreshold
 success threshold More...
 
uint32_t m_tx_err
 transmit error More...
 
uint32_t m_tx_ok
 transmit OK More...
 
uint32_t m_tx_retr
 transmit retry More...
 
uint8_t m_txrate
 transmit rate More...
 
- 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. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 

Additional Inherited Members

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

Detailed Description

hold per-remote-station state for AMRR Wifi manager.

This struct extends from WifiRemoteStation struct to hold additional information required by the AMRR Wifi manager

Definition at line 38 of file amrr-wifi-manager.cc.

Member Data Documentation

◆ m_nextModeUpdate

Time ns3::AmrrWifiRemoteStation::m_nextModeUpdate

next mode update time

Definition at line 40 of file amrr-wifi-manager.cc.

Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().

◆ m_recovery

bool ns3::AmrrWifiRemoteStation::m_recovery

◆ m_retry

◆ m_success

uint32_t ns3::AmrrWifiRemoteStation::m_success

◆ m_successThreshold

uint32_t ns3::AmrrWifiRemoteStation::m_successThreshold

success threshold

Definition at line 46 of file amrr-wifi-manager.cc.

Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().

◆ m_tx_err

◆ m_tx_ok

◆ m_tx_retr

◆ m_txrate


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