A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
 
bool m_recovery
 recovery
 
uint32_t m_retry
 retry
 
uint32_t m_success
 success
 
uint32_t m_successThreshold
 success threshold
 
uint32_t m_tx_err
 transmit error
 
uint32_t m_tx_ok
 transmit OK
 
uint32_t m_tx_retr
 transmit retry
 
uint8_t m_txrate
 transmit rate
 
- 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

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 39 of file amrr-wifi-manager.cc.

Member Data Documentation

◆ m_nextModeUpdate

Time ns3::AmrrWifiRemoteStation::m_nextModeUpdate

next mode update time

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

Referenced by ns3::AmrrWifiManager::UpdateMode().

◆ m_recovery

bool ns3::AmrrWifiRemoteStation::m_recovery

recovery

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

Referenced by ns3::AmrrWifiManager::UpdateMode().

◆ m_retry

◆ m_success

uint32_t ns3::AmrrWifiRemoteStation::m_success

success

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

Referenced by ns3::AmrrWifiManager::UpdateMode().

◆ m_successThreshold

uint32_t ns3::AmrrWifiRemoteStation::m_successThreshold

success threshold

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

Referenced by 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: