A Discrete-Event Network Simulator
API
ns3::Bar Struct Reference

Block Ack Request. More...

#include "block-ack-manager.h"

+ Collaboration diagram for ns3::Bar:

Public Member Functions

 Bar ()
 
 Bar (Ptr< const Packet > packet, Mac48Address recipient, uint8_t tid, bool immediate)
 Construct Block ACK request for a given packet, receiver address, Traffic ID, and ACK policy. More...
 

Public Attributes

Ptr< const Packetbar
 block ack request More...
 
bool immediate
 immediate More...
 
Mac48Address recipient
 recipient More...
 
uint8_t tid
 TID. More...
 

Detailed Description

Block Ack Request.

Definition at line 48 of file block-ack-manager.h.

Constructor & Destructor Documentation

◆ Bar() [1/2]

ns3::Bar::Bar ( )

Definition at line 35 of file block-ack-manager.cc.

References NS_LOG_FUNCTION.

◆ Bar() [2/2]

ns3::Bar::Bar ( Ptr< const Packet packet,
Mac48Address  recipient,
uint8_t  tid,
bool  immediate 
)

Construct Block ACK request for a given packet, receiver address, Traffic ID, and ACK policy.

Parameters
packet
recipient
tid
immediate

Definition at line 40 of file block-ack-manager.cc.

References bar, immediate, NS_LOG_FUNCTION, recipient, and tid.

Member Data Documentation

◆ bar

Ptr<const Packet> ns3::Bar::bar

block ack request

Definition at line 64 of file block-ack-manager.h.

Referenced by Bar(), ns3::QosTxop::SendBlockAckRequest(), and ns3::QosTxop::StartNextPacket().

◆ immediate

bool ns3::Bar::immediate

immediate

Definition at line 67 of file block-ack-manager.h.

Referenced by Bar().

◆ recipient

Mac48Address ns3::Bar::recipient

recipient

Definition at line 65 of file block-ack-manager.h.

Referenced by Bar(), ns3::QosTxop::SendBlockAckRequest(), and ns3::QosTxop::StartNextPacket().

◆ tid

uint8_t ns3::Bar::tid

TID.

Definition at line 66 of file block-ack-manager.h.

Referenced by Bar().


The documentation for this struct was generated from the following files: