21 #ifndef ARF_WIFI_MANAGER_H    22 #define ARF_WIFI_MANAGER_H    24 #include "ns3/traced-value.h"    69                       double ctsSnr, 
WifiMode ctsMode, 
double rtsSnr);
    71                        double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss);
 This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
uint32_t m_timerThreshold
timer threshold 
void DoInitialize(void)
Initialize() implementation. 
virtual ~ArfWifiManager()
void DoReportRtsFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class. 
represent a single transmission modeA WifiMode is implemented by a single integer which is used to lo...
static TypeId GetTypeId(void)
Get the type ID. 
void DoReportFinalDataFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class. 
void DoReportDataOk(WifiRemoteStation *station, double ackSnr, WifiMode ackMode, double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss)
This method is a pure virtual method that must be implemented by the sub-class. 
hold a list of per-remote-station state. 
void DoReportDataFailed(WifiRemoteStation *station)
It is important to realize that "recovery" mode starts after failure of the first transmission after ...
TracedValue< uint64_t > m_currentRate
Trace rate changes. 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
void DoReportRxOk(WifiRemoteStation *station, double rxSnr, WifiMode txMode)
This method is a pure virtual method that must be implemented by the sub-class. 
ARF Rate control algorithm. 
WifiTxVector DoGetRtsTxVector(WifiRemoteStation *station)
WifiTxVector DoGetDataTxVector(WifiRemoteStation *station)
void DoReportFinalRtsFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class. 
a unique identifier for an interface. 
hold per-remote-station state. 
WifiRemoteStation * DoCreateStation(void) const
void DoReportRtsOk(WifiRemoteStation *station, double ctsSnr, WifiMode ctsMode, double rtsSnr)
This method is a pure virtual method that must be implemented by the sub-class. 
uint32_t m_successThreshold
success threshold