21 #ifndef AARF_WIFI_MANAGER_H 22 #define AARF_WIFI_MANAGER_H 24 #include "ns3/traced-value.h" 66 double ctsSnr,
WifiMode ctsMode,
double rtsSnr);
68 double ackSnr,
WifiMode ackMode,
double dataSnr);
uint32_t m_minSuccessThreshold
minimum success threshold
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
double m_successK
Multiplication factor for the success threshold.
bool IsLowLatency(void) const
represent a single transmission modeA WifiMode is implemented by a single integer which is used to lo...
void DoReportDataFailed(WifiRemoteStation *station)
It is important to realize that "recovery" mode starts after failure of the first transmission after ...
void DoReportRxOk(WifiRemoteStation *station, double rxSnr, WifiMode txMode)
This method is a pure virtual method that must be implemented by the sub-class.
WifiTxVector DoGetRtsTxVector(WifiRemoteStation *station)
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.
void DoReportFinalDataFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class.
WifiRemoteStation * DoCreateStation(void) const
void DoReportRtsFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class.
uint32_t m_minTimerThreshold
minimum timer threshold
hold a list of per-remote-station state.
AARF Rate control algorithmThis class implements the AARF rate control algorithm which was initially ...
Every class exported by the ns3 library is enclosed in the ns3 namespace.
double m_timerK
Multiplication factor for the timer threshold.
void SetHtSupported(bool enable)
Enable or disable HT capability support.
void SetHeSupported(bool enable)
Enable or disable HE capability support.
void DoReportDataOk(WifiRemoteStation *station, double ackSnr, WifiMode ackMode, double dataSnr)
This method is a pure virtual method that must be implemented by the sub-class.
TracedValue< uint64_t > m_currentRate
Trace rate changes.
virtual ~AarfWifiManager()
void DoReportFinalRtsFailed(WifiRemoteStation *station)
This method is a pure virtual method that must be implemented by the sub-class.
void SetVhtSupported(bool enable)
Enable or disable VHT capability support.
a unique identifier for an interface.
uint32_t m_maxSuccessThreshold
maximum success threshold
hold per-remote-station state.
static TypeId GetTypeId(void)
Get the type ID.
WifiTxVector DoGetDataTxVector(WifiRemoteStation *station)