Status of the reception of the PPDU field. More...
#include "phy-entity.h"
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 | |
Status of the reception of the PPDU field.
Definition at line 82 of file phy-entity.h.
|
inline |
Constructor setting outcome of reception.
s | true if success |
Definition at line 94 of file phy-entity.h.
References isSuccess.
|
inline |
Constructor.
s | true if success |
r | reason of failure |
a | action to perform in case of failure |
Definition at line 106 of file phy-entity.h.
References actionIfFailure, isSuccess, and reason.
PhyRxFailureAction ns3::PhyEntity::PhyFieldRxStatus::actionIfFailure |
action to perform in case of failure
Definition at line 86 of file phy-entity.h.
Referenced by PhyFieldRxStatus(), ns3::PhyEntity::EndReceiveField(), ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::operator<<().
bool ns3::PhyEntity::PhyFieldRxStatus::isSuccess {true} |
outcome (true
if success) of the reception
Definition at line 84 of file phy-entity.h.
Referenced by PhyFieldRxStatus(), PhyFieldRxStatus(), ns3::PhyEntity::EndReceiveField(), ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), ns3::operator<<(), ns3::HePhy::ProcessSigA(), and ns3::HePhy::ProcessSigB().
WifiPhyRxfailureReason ns3::PhyEntity::PhyFieldRxStatus::reason {UNKNOWN} |
failure reason
Definition at line 85 of file phy-entity.h.
Referenced by PhyFieldRxStatus(), ns3::PhyEntity::EndReceiveField(), ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::operator<<().