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

Information about the MPDU being received. More...

#include "frame-exchange-manager.h"

+ Collaboration diagram for ns3::FrameExchangeManager::OngoingRxInfo:

Public Attributes

Time endOfPsduRx
 time when reception of PSDU ends
 
std::optional< WifiMacHeadermacHdr
 MAC header of the MPDU being received.
 
WifiTxVector txVector
 TXVECTOR of the MPDU being received.
 

Detailed Description

Information about the MPDU being received.

The TXVECTOR is populated upon PHY-RXSTART indication; the MAC header is populated when notified by the PHY.

Definition at line 109 of file frame-exchange-manager.h.

Member Data Documentation

◆ endOfPsduRx

Time ns3::FrameExchangeManager::OngoingRxInfo::endOfPsduRx

◆ macHdr

std::optional<WifiMacHeader> ns3::FrameExchangeManager::OngoingRxInfo::macHdr

◆ txVector

WifiTxVector ns3::FrameExchangeManager::OngoingRxInfo::txVector

TXVECTOR of the MPDU being received.

Definition at line 112 of file frame-exchange-manager.h.


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