BlockAckRequest frame information. More...
#include "block-ack-manager.h"
Collaboration diagram for ns3::Bar:Public Member Functions | |
| Bar () | |
| Bar (Ptr< const WifiMacQueueItem > bar, uint8_t tid, bool skipIfNoDataQueued=false) | |
| Store a BlockAckRequest along with the corresponding TID. More... | |
Public Attributes | |
| Ptr< const WifiMacQueueItem > | bar |
| BlockAckRequest. More... | |
| bool | skipIfNoDataQueued |
| do not send if there is no data queued More... | |
| uint8_t | tid |
| TID. More... | |
BlockAckRequest frame information.
Definition at line 49 of file block-ack-manager.h.
| ns3::Bar::Bar | ( | ) |
Definition at line 36 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
| ns3::Bar::Bar | ( | Ptr< const WifiMacQueueItem > | bar, |
| uint8_t | tid, | ||
| bool | skipIfNoDataQueued = false |
||
| ) |
Store a BlockAckRequest along with the corresponding TID.
| bar | the BAR |
| tid | the Traffic ID |
| skipIfNoDataQueued | true to hold this BAR if there is no data queued |
Definition at line 41 of file block-ack-manager.cc.
References bar, NS_LOG_FUNCTION, skipIfNoDataQueued, and tid.
| Ptr<const WifiMacQueueItem> ns3::Bar::bar |
| bool ns3::Bar::skipIfNoDataQueued |
do not send if there is no data queued
Definition at line 62 of file block-ack-manager.h.
Referenced by Bar().
| uint8_t ns3::Bar::tid |