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

Status of the reception of the PPDU field. More...

#include "phy-entity.h"

+ Collaboration diagram for ns3::PhyEntity::PhyFieldRxStatus:

Public Member Functions

 PhyFieldRxStatus (bool s)
 Constructor setting outcome of reception.
 
 PhyFieldRxStatus (bool s, WifiPhyRxfailureReason r, PhyRxFailureAction a)
 Constructor.
 

Public Attributes

PhyRxFailureAction actionIfFailure
 action to perform in case of failure
 
bool isSuccess {true}
 outcome (true if success) of the reception
 
WifiPhyRxfailureReason reason {UNKNOWN}
 failure reason
 

Detailed Description

Status of the reception of the PPDU field.

Definition at line 82 of file phy-entity.h.

Constructor & Destructor Documentation

◆ PhyFieldRxStatus() [1/2]

ns3::PhyEntity::PhyFieldRxStatus::PhyFieldRxStatus ( bool s)
inline

Constructor setting outcome of reception.

Parameters
strue if success

Definition at line 94 of file phy-entity.h.

References isSuccess.

◆ PhyFieldRxStatus() [2/2]

ns3::PhyEntity::PhyFieldRxStatus::PhyFieldRxStatus ( bool s,
WifiPhyRxfailureReason r,
PhyRxFailureAction a )
inline

Constructor.

Parameters
strue if success
rreason of failure
aaction to perform in case of failure

Definition at line 106 of file phy-entity.h.

References actionIfFailure, isSuccess, and reason.

Member Data Documentation

◆ actionIfFailure

PhyRxFailureAction ns3::PhyEntity::PhyFieldRxStatus::actionIfFailure

◆ isSuccess

◆ reason


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