AnimPacketInfo class. More...
Collaboration diagram for ns3::AnimationInterface::AnimPacketInfo:Public Member Functions | |
| AnimPacketInfo () | |
| AnimPacketInfo (const AnimPacketInfo &pInfo) | |
| Constructor. | |
| AnimPacketInfo (Ptr< const NetDevice > tx_nd, const Time fbTx, uint32_t txNodeId=0) | |
| Constructor. | |
| void | ProcessRxBegin (Ptr< const NetDevice > nd, const double fbRx) |
| Process receive begin. | |
Public Attributes | |
| double | m_fbRx |
| fb receive | |
| double | m_fbTx |
| fb transmit | |
| double | m_lbRx |
| lb receive | |
| double | m_lbTx |
| lb transmit | |
| Ptr< const NetDevice > | m_rxnd |
| receive device | |
| Ptr< const NetDevice > | m_txnd |
| transmit device | |
| uint32_t | m_txNodeId |
| node ID | |
AnimPacketInfo class.
Definition at line 431 of file animation-interface.h.
| ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | ) |
Definition at line 2869 of file animation-interface.cc.
| ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | const AnimPacketInfo & | pInfo | ) |
Constructor.
| pInfo | anim packet info |
Definition at line 2878 of file animation-interface.cc.
References ns3::Create().
Here is the call graph for this function:| ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | Ptr< const NetDevice > | tx_nd, |
| const Time | fbTx, | ||
| uint32_t | txNodeId = 0 |
||
| ) |
Constructor.
| tx_nd | transmit device |
| fbTx | fb transmit |
| txNodeId | transmit node ID |
Definition at line 2887 of file animation-interface.cc.
References ns3::Create(), m_txnd, and m_txNodeId.
Here is the call graph for this function:| void ns3::AnimationInterface::AnimPacketInfo::ProcessRxBegin | ( | Ptr< const NetDevice > | nd, |
| const double | fbRx | ||
| ) |
Process receive begin.
| nd | the device |
| fbRx |
Definition at line 2903 of file animation-interface.cc.
References ns3::Create().
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:| double ns3::AnimationInterface::AnimPacketInfo::m_fbRx |
fb receive
Definition at line 454 of file animation-interface.h.
| double ns3::AnimationInterface::AnimPacketInfo::m_fbTx |
fb transmit
Definition at line 452 of file animation-interface.h.
| double ns3::AnimationInterface::AnimPacketInfo::m_lbRx |
lb receive
Definition at line 455 of file animation-interface.h.
| double ns3::AnimationInterface::AnimPacketInfo::m_lbTx |
lb transmit
Definition at line 453 of file animation-interface.h.
Referenced by ns3::AnimationInterface::CsmaPhyTxEndTrace().
receive device
Definition at line 456 of file animation-interface.h.
transmit device
Definition at line 450 of file animation-interface.h.
Referenced by AnimPacketInfo().
| uint32_t ns3::AnimationInterface::AnimPacketInfo::m_txNodeId |