Structure to handle a sample of the last received, transmitted or drop packets in a node. More...
#include "pyviz.h"
Public Attributes | |
| std::vector< PacketSample > | lastDroppedPackets |
| Last dropped packets. | |
| std::vector< RxPacketSample > | lastReceivedPackets |
| Last received packets. | |
| std::vector< TxPacketSample > | lastTransmittedPackets |
| Last transmitted packets. | |
Structure to handle a sample of the last received, transmitted or drop packets in a node.
| std::vector<PacketSample> ns3::visualizer::LastPacketsSample::lastDroppedPackets |
Last dropped packets.
Definition at line 88 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::TraceDevQueueDrop().
| std::vector<RxPacketSample> ns3::visualizer::LastPacketsSample::lastReceivedPackets |
Last received packets.
Definition at line 86 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::TraceNetDevRxCommon().
| std::vector<TxPacketSample> ns3::visualizer::LastPacketsSample::lastTransmittedPackets |
Last transmitted packets.
Definition at line 87 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::TraceNetDevTxCommon().