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