AnimRxInfo helper class.
More...
#include <animation-interface-helper.h>
List of all members.
Detailed Description
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 & Destructor Documentation
ns3::AnimRxInfo::AnimRxInfo |
( |
const Time & |
fbRx, |
|
|
Ptr< const NetDevice > |
nd, |
|
|
double |
rxRange |
|
) |
| [inline] |
Constructor.
- Parameters:
-
fbRx | First-bit Receive time |
nd | NetDevice where packet was received |
rxRange | Reception range |
Member Data Documentation
First bit receive time.
- Parameters:
-
m_fbRx | First bit receive time |
Last bit receive time.
- Parameters:
-
m_lbRx | Last bit receive time |
Reception range.
- Parameters:
-
The documentation for this class was generated from the following file:
- src/netanim/helper/animation-interface-helper.h