Public Member Functions | |
Dcf (EdcaTxopN *txop) | |
![]() | |
DcfState () | |
virtual | ~DcfState () |
uint32_t | GetAifsn (void) const |
uint32_t | GetCw (void) const |
uint32_t | GetCwMax (void) const |
uint32_t | GetCwMin (void) const |
bool | IsAccessRequested (void) const |
void | ResetCw (void) |
void | SetAifsn (uint32_t aifsn) |
void | SetCwMax (uint32_t maxCw) |
void | SetCwMin (uint32_t minCw) |
void | StartBackoffNow (uint32_t nSlots) |
void | UpdateFailedCw (void) |
Private Member Functions | |
virtual void | DoNotifyAccessGranted (void) |
virtual void | DoNotifyChannelSwitching (void) |
virtual void | DoNotifyCollision (void) |
virtual void | DoNotifyInternalCollision (void) |
Private Attributes | |
EdcaTxopN * | m_txop |
Definition at line 45 of file edca-txop-n.cc.
|
inline |
Definition at line 48 of file edca-txop-n.cc.
|
inlineprivatevirtual |
Definition at line 53 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyAccessGranted().
|
inlineprivatevirtual |
Definition at line 65 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyChannelSwitching().
|
inlineprivatevirtual |
Definition at line 61 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyCollision().
|
inlineprivatevirtual |
Definition at line 57 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyInternalCollision().
|
private |
Definition at line 69 of file edca-txop-n.cc.
Referenced by DoNotifyAccessGranted(), DoNotifyChannelSwitching(), DoNotifyCollision(), and DoNotifyInternalCollision().