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
+ 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

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

Constructor & Destructor Documentation

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

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

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

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

Member Data Documentation

WifiMacHeader ns3::BlockAckManager::Item::hdr

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

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

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

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

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

Time ns3::BlockAckManager::Item::timestamp

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


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