A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::BlockAckManager::Item Struct Reference

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

+ Collaboration diagram for ns3::BlockAckManager::Item:

Public Member Functions

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

Public Attributes

WifiMacHeader hdr
 
Ptr< const Packetpacket
 
Time timestamp
 

Detailed Description

A struct for packet, Wifi header, and timestamp.

Used in queue by block ACK manager.

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

Constructor & Destructor Documentation

ns3::BlockAckManager::Item::Item ( )

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

References NS_LOG_FUNCTION.

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

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

References NS_LOG_FUNCTION.

Member Data Documentation

WifiMacHeader ns3::BlockAckManager::Item::hdr

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

Referenced by ns3::BlockAckManager::HasOtherFragments().

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

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

Referenced by ns3::BlockAckManager::GetNextPacketSize().

Time ns3::BlockAckManager::Item::timestamp

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


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