A Discrete-Event Network Simulator
API
ns3::AnimationInterface::AnimPacketInfo Class Reference
+ Collaboration diagram for ns3::AnimationInterface::AnimPacketInfo:

Public Member Functions

 AnimPacketInfo ()
 
 AnimPacketInfo (const AnimPacketInfo &pInfo)
 
 AnimPacketInfo (Ptr< const NetDevice > tx_nd, const Time fbTx, uint32_t txNodeId=0)
 
void ProcessRxBegin (Ptr< const NetDevice > nd, const double fbRx)
 

Public Attributes

double m_fbRx
 
double m_fbTx
 
double m_lbRx
 
double m_lbTx
 
Ptr< const NetDevicem_rxnd
 
Ptr< const NetDevicem_txnd
 
uint32_t m_txNodeId
 

Detailed Description

Definition at line 426 of file animation-interface.h.

Constructor & Destructor Documentation

ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo ( )

Definition at line 2441 of file animation-interface.cc.

ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo ( const AnimPacketInfo pInfo)

Definition at line 2450 of file animation-interface.cc.

References m_fbTx, m_lbRx, m_lbTx, m_txnd, and m_txNodeId.

ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo ( Ptr< const NetDevice tx_nd,
const Time  fbTx,
uint32_t  txNodeId = 0 
)

Definition at line 2459 of file animation-interface.cc.

References m_txnd, and m_txNodeId.

Member Function Documentation

void ns3::AnimationInterface::AnimPacketInfo::ProcessRxBegin ( Ptr< const NetDevice nd,
const double  fbRx 
)

Definition at line 2473 of file animation-interface.cc.

References ns3::NetDevice::GetNode().

Referenced by ns3::AnimationInterface::CsmaPhyRxEndTrace(), and ns3::AnimationInterface::LteSpectrumPhyRxStart().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

double ns3::AnimationInterface::AnimPacketInfo::m_fbRx
double ns3::AnimationInterface::AnimPacketInfo::m_lbRx
double ns3::AnimationInterface::AnimPacketInfo::m_lbTx
Ptr<const NetDevice> ns3::AnimationInterface::AnimPacketInfo::m_rxnd
Ptr<const NetDevice> ns3::AnimationInterface::AnimPacketInfo::m_txnd
uint32_t ns3::AnimationInterface::AnimPacketInfo::m_txNodeId

The documentation for this class was generated from the following files: