ns-3
|
AnimRxInfo helper class. More...
#include <animation-interface-helper.h>
Public Member Functions | |
AnimRxInfo () | |
Default constructor. | |
AnimRxInfo (const Time &fbRx, Ptr< const NetDevice > nd, double rxRange) | |
Constructor. | |
bool | IsPhyRxComplete () |
Check if Wifi Phy Rx is Complete. | |
void | SetPhyRxComplete () |
Set Wifi Phy Rx Complete. |
Public Attributes | |
double | m_fbRx |
First bit receive time. | |
double | m_lbRx |
Last bit receive time. | |
Ptr< const NetDevice > | m_rxnd |
Ptr to receiving NetDevice. | |
double | rxRange |
Reception range. |
AnimRxInfo helper class.
This helper class keeps of wireless packets received including info about the first bit received time, last bit received time and NetDevice received on It is intended only for use by the AnimationInterface class.
Constructor.
fbRx | First-bit Receive time |
nd | NetDevice where packet was received |
rxRange | Reception range |
bool ns3::AnimRxInfo::IsPhyRxComplete | ( | ) |
Check if Wifi Phy Rx is Complete.
double ns3::AnimRxInfo::m_fbRx |
First bit receive time.
m_fbRx | First bit receive time |
Referenced by ns3::AnimPacketInfo::ProcessRxEnd().
double ns3::AnimRxInfo::m_lbRx |
Last bit receive time.
m_lbRx | Last bit receive time |
Referenced by ns3::AnimPacketInfo::ProcessRxEnd().
Referenced by ns3::AnimPacketInfo::ProcessRxEnd().
double ns3::AnimRxInfo::rxRange |
Reception range.
rxRange | Reception range |
Referenced by ns3::AnimPacketInfo::ProcessRxEnd().