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 79 of file phy-entity.h.
|
inline |
Constructor setting outcome of reception.
s | true if success |
Definition at line 91 of file phy-entity.h.
|
inline |
Constructor.
s | true if success |
r | reason of failure |
a | action to perform in case of failure |
Definition at line 103 of file phy-entity.h.
PhyRxFailureAction ns3::PhyEntity::PhyFieldRxStatus::actionIfFailure |
action to perform in case of failure
Definition at line 83 of file phy-entity.h.
Referenced by 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 81 of file phy-entity.h.
Referenced by 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 82 of file phy-entity.h.
Referenced by ns3::PhyEntity::EndReceiveField(), ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::operator<<().