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

Hold per-remote-station state for PARF Wifi manager. More...

+ Inheritance diagram for ns3::ParfWifiRemoteStation:
+ Collaboration diagram for ns3::ParfWifiRemoteStation:

Public Attributes

bool m_initialized
 For initializing variables. More...
 
uint32_t m_nAttempt
 Number of transmission attempts. More...
 
uint32_t m_nFail
 Number of failed transmission attempts. More...
 
uint32_t m_nRetry
 Number of transmission retries. More...
 
uint32_t m_nSuccess
 Number of successful transmission attempts. More...
 
uint8_t m_nSupported
 Number of supported rates by the remote station. More...
 
uint8_t m_powerLevel
 Current power level used by the remote station. More...
 
uint8_t m_prevPowerLevel
 Power level of the previous transmission. More...
 
uint8_t m_prevRateIndex
 Rate index of the previous transmission. More...
 
uint8_t m_rateIndex
 Current rate index used by the remote station. More...
 
bool m_usingRecoveryPower
 If using recovery power. More...
 
bool m_usingRecoveryRate
 If using recovery rate. More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
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 PARF Wifi manager.

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

Definition at line 39 of file parf-wifi-manager.cc.

Member Data Documentation

◆ m_initialized

bool ns3::ParfWifiRemoteStation::m_initialized

For initializing variables.

Definition at line 52 of file parf-wifi-manager.cc.

Referenced by ns3::ParfWifiManager::CheckInit(), and ns3::ParfWifiManager::DoCreateStation().

◆ m_nAttempt

uint32_t ns3::ParfWifiRemoteStation::m_nAttempt

◆ m_nFail

uint32_t ns3::ParfWifiRemoteStation::m_nFail

Number of failed transmission attempts.

Definition at line 43 of file parf-wifi-manager.cc.

Referenced by ns3::ParfWifiManager::DoCreateStation(), ns3::ParfWifiManager::DoReportDataFailed(), and ns3::ParfWifiManager::DoReportDataOk().

◆ m_nRetry

uint32_t ns3::ParfWifiRemoteStation::m_nRetry

◆ m_nSuccess

uint32_t ns3::ParfWifiRemoteStation::m_nSuccess

Number of successful transmission attempts.

Definition at line 42 of file parf-wifi-manager.cc.

Referenced by ns3::ParfWifiManager::DoCreateStation(), ns3::ParfWifiManager::DoReportDataFailed(), and ns3::ParfWifiManager::DoReportDataOk().

◆ m_nSupported

uint8_t ns3::ParfWifiRemoteStation::m_nSupported

Number of supported rates by the remote station.

Definition at line 51 of file parf-wifi-manager.cc.

Referenced by ns3::ParfWifiManager::CheckInit().

◆ m_powerLevel

uint8_t ns3::ParfWifiRemoteStation::m_powerLevel

◆ m_prevPowerLevel

uint8_t ns3::ParfWifiRemoteStation::m_prevPowerLevel

Power level of the previous transmission.

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

Referenced by ns3::ParfWifiManager::CheckInit(), and ns3::ParfWifiManager::DoGetDataTxVector().

◆ m_prevRateIndex

uint8_t ns3::ParfWifiRemoteStation::m_prevRateIndex

Rate index of the previous transmission.

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

Referenced by ns3::ParfWifiManager::CheckInit(), and ns3::ParfWifiManager::DoGetDataTxVector().

◆ m_rateIndex

uint8_t ns3::ParfWifiRemoteStation::m_rateIndex

◆ m_usingRecoveryPower

bool ns3::ParfWifiRemoteStation::m_usingRecoveryPower

◆ m_usingRecoveryRate

bool ns3::ParfWifiRemoteStation::m_usingRecoveryRate

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