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 NetDevice > | m_rxnd |
Ptr< const NetDevice > | m_txnd |
uint32_t | m_txNodeId |
Definition at line 424 of file animation-interface.h.
ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | ) |
Definition at line 2436 of file animation-interface.cc.
ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | const AnimPacketInfo & | pInfo | ) |
Definition at line 2445 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 2454 of file animation-interface.cc.
References m_txnd, and m_txNodeId.
void ns3::AnimationInterface::AnimPacketInfo::ProcessRxBegin | ( | Ptr< const NetDevice > | nd, |
const double | fbRx | ||
) |
Definition at line 2468 of file animation-interface.cc.
Referenced by ns3::AnimationInterface::CsmaPhyRxEndTrace(), ns3::AnimationInterface::LteRxTrace(), ns3::AnimationInterface::LteSpectrumPhyRxStart(), and ns3::AnimationInterface::WimaxRxTrace().
double ns3::AnimationInterface::AnimPacketInfo::m_fbRx |
Definition at line 435 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
double ns3::AnimationInterface::AnimPacketInfo::m_fbTx |
Definition at line 433 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacketTxInfo(), and ns3::AnimationInterface::PurgePendingPackets().
double ns3::AnimationInterface::AnimPacketInfo::m_lbRx |
Definition at line 436 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
double ns3::AnimationInterface::AnimPacketInfo::m_lbTx |
Definition at line 434 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::CsmaPhyTxEndTrace(), and ns3::AnimationInterface::OutputCsmaPacket().
Definition at line 437 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
Definition at line 431 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketTxInfo().
uint32_t ns3::AnimationInterface::AnimPacketInfo::m_txNodeId |
Definition at line 432 of file animation-interface.h.
Referenced by AnimPacketInfo(), and ns3::AnimationInterface::OutputWirelessPacketTxInfo().