A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::BlockAckManager::Item Struct Reference

A struct for packet, Wifi header, and timestamp. More...

Public Member Functions

 Item (Ptr< const Packet > packet, const WifiMacHeader &hdr, Time tStamp)
 Constructor. More...
 

Public Attributes

WifiMacHeader hdr
 header More...
 
Ptr< const Packetpacket
 packet More...
 
Time timestamp
 timestamp More...
 

Detailed Description

A struct for packet, Wifi header, and timestamp.

Used in queue by block ACK manager.

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

Constructor & Destructor Documentation

◆ Item()

ns3::BlockAckManager::Item::Item ( Ptr< const Packet packet,
const WifiMacHeader hdr,
Time  tStamp 
)

Constructor.

Parameters
packetpacket
hdrpacket header
tStamptimestamp

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

References hdr, NS_LOG_FUNCTION, and packet.

Member Data Documentation

◆ hdr

WifiMacHeader ns3::BlockAckManager::Item::hdr

header

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

Referenced by Item().

◆ packet

Ptr<const Packet> ns3::BlockAckManager::Item::packet

packet

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

Referenced by Item().

◆ timestamp

Time ns3::BlockAckManager::Item::timestamp

timestamp

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


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