Public Member Functions | |
AnimRxInfo () | |
AnimRxInfo (const Time &fbRx, Ptr< const NetDevice > nd, double rxRange) | |
bool | IsPhyRxComplete () |
void | SetPhyRxComplete () |
Public Attributes | |
double | m_fbRx |
double | m_lbRx |
Ptr< const NetDevice > | m_rxnd |
double | rxRange |
Private Attributes | |
bool | m_PhyRxComplete |
Definition at line 425 of file animation-interface.h.
|
inline |
Definition at line 428 of file animation-interface.h.
|
inline |
Definition at line 429 of file animation-interface.h.
bool ns3::AnimationInterface::AnimRxInfo::IsPhyRxComplete | ( | ) |
Definition at line 2474 of file animation-interface.cc.
Referenced by ns3::AnimationInterface::CsmaMacRxTrace(), and ns3::AnimationInterface::CsmaPhyRxEndTrace().
void ns3::AnimationInterface::AnimRxInfo::SetPhyRxComplete | ( | ) |
Definition at line 2480 of file animation-interface.cc.
Referenced by ns3::AnimationInterface::AnimPacketInfo::ProcessRxEnd().
double ns3::AnimationInterface::AnimRxInfo::m_fbRx |
Definition at line 431 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacketRxInfo(), and ns3::AnimationInterface::AnimPacketInfo::ProcessRxEnd().
double ns3::AnimationInterface::AnimRxInfo::m_lbRx |
Definition at line 432 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacketRxInfo(), and ns3::AnimationInterface::AnimPacketInfo::ProcessRxEnd().
|
private |
Definition at line 438 of file animation-interface.h.
Definition at line 433 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacketRxInfo(), and ns3::AnimationInterface::AnimPacketInfo::ProcessRxEnd().
double ns3::AnimationInterface::AnimRxInfo::rxRange |
Definition at line 434 of file animation-interface.h.
Referenced by ns3::AnimationInterface::AnimPacketInfo::ProcessRxEnd().