A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiMpdu::OriginalInfo Struct Reference

Information stored by the original copy only. More...

+ Collaboration diagram for ns3::WifiMpdu::OriginalInfo:

Public Attributes

DeaggregatedMsdus m_msduList
 list of aggregated MSDUs included in this MPDU
 
Ptr< const Packetm_packet
 MSDU or A-MSDU contained in this queue item.
 
std::optional< Iteratorm_queueIt
 Queue iterator pointing to this MPDU, if queued.
 
bool m_seqNoAssigned
 whether a sequence number has been assigned
 
Time m_timestamp
 construction time
 

Detailed Description

Information stored by the original copy only.

Definition at line 286 of file wifi-mpdu.h.

Member Data Documentation

◆ m_msduList

DeaggregatedMsdus ns3::WifiMpdu::OriginalInfo::m_msduList

list of aggregated MSDUs included in this MPDU

Definition at line 290 of file wifi-mpdu.h.

Referenced by ns3::WifiMpdu::begin(), and ns3::WifiMpdu::end().

◆ m_packet

Ptr<const Packet> ns3::WifiMpdu::OriginalInfo::m_packet

MSDU or A-MSDU contained in this queue item.

Definition at line 288 of file wifi-mpdu.h.

Referenced by ns3::WifiMpdu::GetPacket().

◆ m_queueIt

std::optional<Iterator> ns3::WifiMpdu::OriginalInfo::m_queueIt

Queue iterator pointing to this MPDU, if queued.

Definition at line 291 of file wifi-mpdu.h.

Referenced by ns3::WifiMpdu::GetQueueIt(), and ns3::WifiMpdu::IsQueued().

◆ m_seqNoAssigned

bool ns3::WifiMpdu::OriginalInfo::m_seqNoAssigned

whether a sequence number has been assigned

Definition at line 292 of file wifi-mpdu.h.

Referenced by ns3::WifiMpdu::AssignSeqNo(), ns3::WifiMpdu::HasSeqNoAssigned(), and ns3::WifiMpdu::UnassignSeqNo().

◆ m_timestamp

Time ns3::WifiMpdu::OriginalInfo::m_timestamp

construction time

Definition at line 289 of file wifi-mpdu.h.


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