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

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

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 869 of file mac-low.h.

Member Data Documentation

◆ hdr

WifiMacHeader ns3::MacLow::Item::hdr

the header

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

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

◆ packet

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

the packet

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

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

◆ timestamp

Time ns3::MacLow::Item::timestamp

the timestamp

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

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


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