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

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

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

Public Attributes

WifiMacHeader hdr
 
Ptr< const Packetpacket
 
Time timestamp
 

Detailed Description

A struct for packet, Wifi header, and timestamp.

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

Member Data Documentation

WifiMacHeader ns3::MacLow::Item::hdr

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

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

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

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

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

Time ns3::MacLow::Item::timestamp

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

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


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