Public Types | |
typedef Callback< void, const WifiMacHeader & > | TxOk |
typedef Callback< void, const WifiMacHeader & > | TxFailed |
Public Member Functions | |
void | DoDispose () |
void | SetLow (Ptr< MacLow > low) |
void | SetTxMiddle (MacTxMiddle *txMiddle) |
void | SetManager (DcfManager *manager) |
void | SetTxOkCallback (TxOk callback) |
void | SetTxFailedCallback (TxFailed callback) |
void | SetWifiRemoteStationManager (Ptr< WifiRemoteStationManager > remoteManager) |
void | SetTypeOfStation (enum TypeOfStation type) |
enum TypeOfStation | GetTypeOfStation (void) const |
void | SetMaxQueueSize (uint32_t size) |
void | SetMaxQueueDelay (Time delay) |
virtual void | SetMinCw (uint32_t minCw) |
virtual void | SetMaxCw (uint32_t maxCw) |
virtual void | SetAifsn (uint32_t aifsn) |
virtual uint32_t | GetMinCw (void) const |
virtual uint32_t | GetMaxCw (void) const |
virtual uint32_t | GetAifsn (void) const |
Ptr< MacLow > | Low (void) |
Ptr< MsduAggregator > | GetMsduAggregator (void) const |
bool | NeedsAccess (void) const |
void | NotifyAccessGranted (void) |
void | NotifyInternalCollision (void) |
void | NotifyCollision (void) |
void | NotifyChannelSwitching (void) |
void | GotCts (double snr, WifiMode txMode) |
void | MissedCts (void) |
void | GotAck (double snr, WifiMode txMode) |
void | GotBlockAck (const CtrlBAckResponseHeader *blockAck, Mac48Address recipient) |
void | MissedBlockAck (void) |
void | GotAddBaResponse (const MgtAddBaResponseHeader *respHdr, Mac48Address recipient) |
void | GotDelBaFrame (const MgtDelBaHeader *delBaHdr, Mac48Address recipient) |
void | MissedAck (void) |
void | StartNext (void) |
void | Cancel (void) |
void | RestartAccessIfNeeded (void) |
void | StartAccessIfNeeded (void) |
bool | NeedRts (void) |
bool | NeedRtsRetransmission (void) |
bool | NeedDataRetransmission (void) |
bool | NeedFragmentation (void) const |
uint32_t | GetNextFragmentSize (void) |
uint32_t | GetFragmentSize (void) |
uint32_t | GetFragmentOffset (void) |
bool | IsLastFragment (void) const |
void | NextFragment (void) |
Ptr< Packet > | GetFragmentPacket (WifiMacHeader *hdr) |
void | SetAccessClass (enum AccessClass ac) |
void | Queue (Ptr< const Packet > packet, const WifiMacHeader &hdr) |
void | SetMsduAggregator (Ptr< MsduAggregator > aggr) |
void | PushFront (Ptr< const Packet > packet, const WifiMacHeader &hdr) |
void | CompleteConfig (void) |
void | SetBlockAckThreshold (uint8_t threshold) |
uint8_t | GetBlockAckThreshold (void) const |
void | SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::EdcaTxopN. | |
Friends | |
class | Dcf |
class | TransmissionListener |
void ns3::EdcaTxopN::DoDispose | ( | ) | [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.
It is safe to call GetObject from within this method.
Reimplemented from ns3::Object.
static TypeId ns3::EdcaTxopN::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::EdcaTxopN.
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::Dcf.
void ns3::EdcaTxopN::NotifyChannelSwitching | ( | void | ) |
When a channel switching occurs, enqueued packets are removed.