A Discrete-Event Network Simulator
API
ns3::MacLow::Item Struct Reference

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

+ Collaboration diagram for ns3::MacLow::Item:

Public Attributes

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

Detailed Description

A struct for packet, Wifi header, and timestamp.item structure.

Definition at line 1099 of file mac-low.h.

Member Data Documentation

WifiMacHeader ns3::MacLow::Item::hdr

the header

Definition at line 1102 of file mac-low.h.

Referenced by ns3::MacLow::InsertInTxQueue().

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

the packet

Definition at line 1101 of file mac-low.h.

Referenced by ns3::MacLow::InsertInTxQueue().

Time ns3::MacLow::Item::timestamp

the timestamp

Definition at line 1103 of file mac-low.h.

Referenced by ns3::MacLow::InsertInTxQueue().


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