Inheritance diagram for ns3::EdcaTxopN::Dcf:
Collaboration diagram for ns3::EdcaTxopN::Dcf:Public Member Functions | |
| Dcf (EdcaTxopN *txop) | |
Public Member Functions inherited from ns3::DcfState | |
| 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().
Here is the call graph for this function:
|
inlineprivatevirtual |
Definition at line 65 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyChannelSwitching().
Here is the call graph for this function:
|
inlineprivatevirtual |
Definition at line 61 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyCollision().
Here is the call graph for this function:
|
inlineprivatevirtual |
Definition at line 57 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::NotifyInternalCollision().
Here is the call graph for this function:
|
private |
Definition at line 69 of file edca-txop-n.cc.
Referenced by DoNotifyAccessGranted(), DoNotifyChannelSwitching(), DoNotifyCollision(), and DoNotifyInternalCollision().