BlockAckRequest frame information. More...
#include "block-ack-manager.h"
Public Member Functions | |
Bar () | |
Bar (Ptr< const WifiMacQueueItem > bar, uint8_t tid, bool skipIfNoDataQueued=false) | |
Store a BlockAckRequest along with the corresponding TID or a MU-BAR Trigger Frame. More... | |
Public Attributes | |
Ptr< const WifiMacQueueItem > | bar |
BlockAckRequest or MU-BAR Trigger Frame. More... | |
bool | skipIfNoDataQueued |
do not send if there is no data queued (unused if MU-BAR) More... | |
uint8_t | tid |
TID (unused if MU-BAR) More... | |
BlockAckRequest frame information.
Definition at line 48 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 or a MU-BAR Trigger Frame.
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 |
BlockAckRequest or MU-BAR Trigger Frame.
Definition at line 59 of file block-ack-manager.h.
Referenced by Bar().
bool ns3::Bar::skipIfNoDataQueued |
do not send if there is no data queued (unused if MU-BAR)
Definition at line 61 of file block-ack-manager.h.
Referenced by Bar().
uint8_t ns3::Bar::tid |