21 #ifndef PARF_WIFI_MANAGER_H    22 #define PARF_WIFI_MANAGER_H    24 #include "ns3/wifi-remote-station-manager.h"    28 struct ParfWifiRemoteStation;
    61                      double rxSnr, 
WifiMode txMode) 
override;
    65                       double ctsSnr, 
WifiMode ctsMode, 
double rtsSnr) 
override;
    67                        double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss) 
override;
 
Hold per-remote-station state for PARF Wifi manager. 
uint8_t m_maxPower
Maximal power level. 
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
Forward calls to a chain of Callback. 
TracedCallback< DataRate, DataRate, Mac48Address > m_rateChange
The trace source fired when the transmission rate changes. 
void CheckInit(ParfWifiRemoteStation *station)
Check for initializations. 
WifiTxVector DoGetDataTxVector(WifiRemoteStation *station) override
TracedCallback< double, double, Mac48Address > m_powerChange
The trace source fired when the transmission power changes. 
void DoReportDataOk(WifiRemoteStation *station, double ackSnr, WifiMode ackMode, double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss) override
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...
virtual ~ParfWifiManager()
WifiTxVector DoGetRtsTxVector(WifiRemoteStation *station) override
uint32_t m_successThreshold
The minimum number of successful transmissions to try a new power or rate. 
void DoReportDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class. 
void DoReportRtsOk(WifiRemoteStation *station, double ctsSnr, WifiMode ctsMode, double rtsSnr) override
This method is a pure virtual method that must be implemented by the sub-class. 
void DoReportFinalRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class. 
hold a list of per-remote-station state. 
void DoReportRxOk(WifiRemoteStation *station, double rxSnr, WifiMode txMode) override
This method is a pure virtual method that must be implemented by the sub-class. 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
PARF Rate control algorithm. 
uint8_t m_minPower
Minimal power level. 
void SetupPhy(const Ptr< WifiPhy > phy) override
Set up PHY associated with this device since it is the object that knows the full set of transmit rat...
WifiRemoteStation * DoCreateStation(void) const override
void DoReportRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class. 
static TypeId GetTypeId(void)
Register this type. 
void DoInitialize(void) override
Initialize() implementation. 
a unique identifier for an interface. 
void DoReportFinalDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class. 
hold per-remote-station state. 
uint32_t m_attemptThreshold
The minimum number of transmission attempts to try a new power or rate.