Robust Rate Adaptation Algorithm. More...
#include <rraa-wifi-manager.h>
Public Member Functions | |
RraaWifiManager () | |
virtual | ~RraaWifiManager () |
bool | OnlyBasic (void) |
Time | GetTimeout (void) const |
ThresholdsItem | GetThresholds (WifiMode mode) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::WifiRemoteStationManager. | |
Private Member Functions | |
virtual class WifiRemoteStation * | CreateStation (void) |
Private Attributes | |
bool | m_basic |
Time | m_timeout |
uint32_t | m_ewndfor54 |
uint32_t | m_ewndfor48 |
uint32_t | m_ewndfor36 |
uint32_t | m_ewndfor24 |
uint32_t | m_ewndfor18 |
uint32_t | m_ewndfor12 |
uint32_t | m_ewndfor9 |
uint32_t | m_ewndfor6 |
double | m_porifor48 |
double | m_porifor36 |
double | m_porifor24 |
double | m_porifor18 |
double | m_porifor12 |
double | m_porifor9 |
double | m_porifor6 |
double | m_pmtlfor54 |
double | m_pmtlfor48 |
double | m_pmtlfor36 |
double | m_pmtlfor24 |
double | m_pmtlfor18 |
double | m_pmtlfor12 |
double | m_pmtlfor9 |
Robust Rate Adaptation Algorithm.
This is an implementation of RRAA as described in "Robust rate adaptation for 802.11 wireless networks" by "Starsky H. Y. Wong", "Hao Yang", "Songwu Lu", and, "Vaduvur Bharghavan" published in Mobicom 06.
Definition at line 45 of file rraa-wifi-manager.h.
ns3::RraaWifiManager::RraaWifiManager | ( | ) |
Definition at line 319 of file rraa-wifi-manager.cc.
ns3::RraaWifiManager::~RraaWifiManager | ( | ) | [virtual] |
Definition at line 321 of file rraa-wifi-manager.cc.
WifiRemoteStation * ns3::RraaWifiManager::CreateStation | ( | void | ) | [private, virtual] |
Implements ns3::WifiRemoteStationManager.
Definition at line 325 of file rraa-wifi-manager.cc.
ThresholdsItem ns3::RraaWifiManager::GetThresholds | ( | WifiMode | mode | ) | const |
Definition at line 343 of file rraa-wifi-manager.cc.
References ns3::WifiMode::GetDataRate(), m_ewndfor12, m_ewndfor18, m_ewndfor24, m_ewndfor36, m_ewndfor48, m_ewndfor54, m_ewndfor6, m_ewndfor9, m_pmtlfor12, m_pmtlfor18, m_pmtlfor24, m_pmtlfor36, m_pmtlfor48, m_pmtlfor54, m_pmtlfor9, m_porifor12, m_porifor18, m_porifor24, m_porifor36, m_porifor48, m_porifor6, m_porifor9, and NS_ASSERT.
Time ns3::RraaWifiManager::GetTimeout | ( | void | ) | const |
Definition at line 337 of file rraa-wifi-manager.cc.
References m_timeout.
TypeId ns3::RraaWifiManager::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::WifiRemoteStationManager.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::WifiRemoteStationManager.
Definition at line 189 of file rraa-wifi-manager.cc.
References ns3::TypeId::AddAttribute(), m_basic, m_ewndfor12, m_ewndfor18, m_ewndfor24, m_ewndfor36, m_ewndfor48, m_ewndfor54, m_ewndfor6, m_ewndfor9, m_pmtlfor12, m_pmtlfor18, m_pmtlfor24, m_pmtlfor36, m_pmtlfor48, m_pmtlfor54, m_pmtlfor9, m_porifor12, m_porifor18, m_porifor24, m_porifor36, m_porifor48, m_porifor6, m_porifor9, m_timeout, ns3::Seconds(), and ns3::TypeId::SetParent().
bool ns3::RraaWifiManager::OnlyBasic | ( | void | ) |
Definition at line 331 of file rraa-wifi-manager.cc.
References m_basic.
bool ns3::RraaWifiManager::m_basic [private] |
Definition at line 57 of file rraa-wifi-manager.h.
Referenced by GetTypeId(), and OnlyBasic().
uint32_t ns3::RraaWifiManager::m_ewndfor12 [private] |
Definition at line 64 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor18 [private] |
Definition at line 63 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor24 [private] |
Definition at line 62 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor36 [private] |
Definition at line 61 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor48 [private] |
Definition at line 60 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor54 [private] |
Definition at line 59 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor6 [private] |
Definition at line 66 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
uint32_t ns3::RraaWifiManager::m_ewndfor9 [private] |
Definition at line 65 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor12 [private] |
Definition at line 79 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor18 [private] |
Definition at line 78 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor24 [private] |
Definition at line 77 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor36 [private] |
Definition at line 76 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor48 [private] |
Definition at line 75 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor54 [private] |
Definition at line 74 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_pmtlfor9 [private] |
Definition at line 80 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor12 [private] |
Definition at line 71 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor18 [private] |
Definition at line 70 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor24 [private] |
Definition at line 69 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor36 [private] |
Definition at line 68 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor48 [private] |
Definition at line 67 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor6 [private] |
Definition at line 73 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
double ns3::RraaWifiManager::m_porifor9 [private] |
Definition at line 72 of file rraa-wifi-manager.h.
Referenced by GetThresholds(), and GetTypeId().
Time ns3::RraaWifiManager::m_timeout [private] |
Definition at line 58 of file rraa-wifi-manager.h.
Referenced by GetTimeout(), and GetTypeId().