hold a list of per-remote-station state. More...
#include <wifi-remote-station-manager.h>
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::WifiRemoteStationManager. | |
Protected Member Functions | |
virtual void | DoDispose (void) |
Private Member Functions | |
void | NotifyTxRtsFailed (Mac48Address address) |
void | NotifyTxDataFailed (Mac48Address address) |
void | NotifyTxFinalRtsFailed (Mac48Address address) |
void | NotifyTxFinalDataFailed (Mac48Address address) |
Private Attributes | |
TracedCallback< Mac48Address > | m_macTxRtsFailed |
TracedCallback< Mac48Address > | m_macTxDataFailed |
TracedCallback< Mac48Address > | m_macTxFinalRtsFailed |
TracedCallback< Mac48Address > | m_macTxFinalDataFailed |
hold a list of per-remote-station state.
virtual void ns3::WifiRemoteStationManager::DoDispose | ( | void | ) | [protected, virtual] |
This method is called by Object::Dispose or by the object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overriden version of this method and chain up to their parent's implementation once they are done. i.e., for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose method.
Reimplemented from ns3::Object.
static TypeId ns3::WifiRemoteStationManager::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:
TraceSources defined for this type:
Reimplemented from ns3::Object.
Reimplemented in ns3::AarfWifiManager, ns3::AarfcdWifiManager, ns3::AmrrWifiManager, ns3::ArfWifiManager, ns3::CaraWifiManager, ns3::ConstantRateWifiManager, ns3::IdealWifiManager, ns3::OnoeWifiManager, and ns3::RraaWifiManager.
void ns3::WifiRemoteStationManager::NotifyTxDataFailed | ( | Mac48Address | address | ) | [private] |
Public method used to fire a MacTxDataFailed trace. Implemented for encapsulation purposes.
void ns3::WifiRemoteStationManager::NotifyTxFinalDataFailed | ( | Mac48Address | address | ) | [private] |
Public method used to fire a MacTxFinalDataFailed trace. Implemented for encapsulation purposes.
void ns3::WifiRemoteStationManager::NotifyTxFinalRtsFailed | ( | Mac48Address | address | ) | [private] |
Public method used to fire a MacTxFinalRtsFailed trace. Implemented for encapsulation purposes.
void ns3::WifiRemoteStationManager::NotifyTxRtsFailed | ( | Mac48Address | address | ) | [private] |
Public method used to fire a MacTxRtsFailed trace. Implemented for encapsulation purposes.
The trace source fired when the transmission of a data packet has failed
The trace source fired when the transmission of a data packet has exceeded the maximum number of attempts
The trace source fired when the transmission of a RTS has exceeded the maximum number of attempts
The trace source fired when the transmission of a RTS has failed