AnimPacketInfo class. More...
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 2870 of file animation-interface.cc.
ns3::AnimationInterface::AnimPacketInfo::AnimPacketInfo | ( | const AnimPacketInfo & | pInfo | ) |
Constructor.
pInfo | anim packet info |
Definition at line 2879 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 ) |
Constructor.
tx_nd | transmit device |
fbTx | fb transmit |
txNodeId | transmit node ID |
Definition at line 2888 of file animation-interface.cc.
References m_txnd, and m_txNodeId.
void ns3::AnimationInterface::AnimPacketInfo::ProcessRxBegin | ( | Ptr< const NetDevice > | nd, |
const double | fbRx ) |
Process receive begin.
nd | the device |
fbRx |
Definition at line 2904 of file animation-interface.cc.
Referenced by ns3::AnimationInterface::CsmaPhyRxEndTrace(), and ns3::AnimationInterface::LteSpectrumPhyRxStart().
double ns3::AnimationInterface::AnimPacketInfo::m_fbRx |
fb receive
Definition at line 454 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
double ns3::AnimationInterface::AnimPacketInfo::m_fbTx |
fb transmit
Definition at line 452 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacketTxInfo(), and ns3::AnimationInterface::PurgePendingPackets().
double ns3::AnimationInterface::AnimPacketInfo::m_lbRx |
lb receive
Definition at line 455 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
double ns3::AnimationInterface::AnimPacketInfo::m_lbTx |
lb transmit
Definition at line 453 of file animation-interface.h.
Referenced by AnimPacketInfo(), ns3::AnimationInterface::CsmaPhyTxEndTrace(), and ns3::AnimationInterface::OutputCsmaPacket().
receive device
Definition at line 456 of file animation-interface.h.
Referenced by ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketRxInfo().
transmit device
Definition at line 450 of file animation-interface.h.
Referenced by AnimPacketInfo(), AnimPacketInfo(), ns3::AnimationInterface::OutputCsmaPacket(), and ns3::AnimationInterface::OutputWirelessPacketTxInfo().
uint32_t ns3::AnimationInterface::AnimPacketInfo::m_txNodeId |
node ID
Definition at line 451 of file animation-interface.h.
Referenced by AnimPacketInfo(), AnimPacketInfo(), and ns3::AnimationInterface::OutputWirelessPacketTxInfo().