#include <aarf-wifi-manager.h>
Public Member Functions | |
AarfWifiRemoteStation (Ptr< AarfWifiManager > stations, uint32_t minTimerThreshold, uint32_t minSuccessThreshold, double successK, uint32_t maxSuccessThreshold, double timerK) | |
virtual | ~AarfWifiRemoteStation () |
Private Member Functions | |
virtual void | ReportRecoveryFailure (void) |
virtual void | ReportFailure (void) |
Private Attributes | |
double | m_successK |
uint32_t | m_maxSuccessThreshold |
double | m_timerK |
Definition at line 50 of file aarf-wifi-manager.h.
ns3::AarfWifiRemoteStation::AarfWifiRemoteStation | ( | Ptr< AarfWifiManager > | stations, | |
uint32_t | minTimerThreshold, | |||
uint32_t | minSuccessThreshold, | |||
double | successK, | |||
uint32_t | maxSuccessThreshold, | |||
double | timerK | |||
) |
Definition at line 84 of file aarf-wifi-manager.cc.
ns3::AarfWifiRemoteStation::~AarfWifiRemoteStation | ( | ) | [virtual] |
Definition at line 97 of file aarf-wifi-manager.cc.
void ns3::AarfWifiRemoteStation::ReportFailure | ( | void | ) | [private, virtual] |
Reimplemented from ns3::ArfWifiRemoteStation.
Definition at line 110 of file aarf-wifi-manager.cc.
References ns3::ArfWifiRemoteStation::GetMinSuccessThreshold(), ns3::ArfWifiRemoteStation::GetMinTimerTimeout(), ns3::ArfWifiRemoteStation::SetSuccessThreshold(), and ns3::ArfWifiRemoteStation::SetTimerTimeout().
void ns3::AarfWifiRemoteStation::ReportRecoveryFailure | ( | void | ) | [private, virtual] |
Reimplemented from ns3::ArfWifiRemoteStation.
Definition at line 101 of file aarf-wifi-manager.cc.
References ns3::ArfWifiRemoteStation::GetMinTimerTimeout(), ns3::ArfWifiRemoteStation::GetSuccessThreshold(), m_maxSuccessThreshold, m_successK, m_timerK, ns3::Max(), ns3::Min(), ns3::ArfWifiRemoteStation::SetSuccessThreshold(), and ns3::ArfWifiRemoteStation::SetTimerTimeout().
uint32_t ns3::AarfWifiRemoteStation::m_maxSuccessThreshold [private] |
Definition at line 66 of file aarf-wifi-manager.h.
Referenced by ReportRecoveryFailure().
double ns3::AarfWifiRemoteStation::m_successK [private] |
Definition at line 65 of file aarf-wifi-manager.h.
Referenced by ReportRecoveryFailure().
double ns3::AarfWifiRemoteStation::m_timerK [private] |
Definition at line 67 of file aarf-wifi-manager.h.
Referenced by ReportRecoveryFailure().