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::PyViz::LastPacketsSample::lastDroppedPackets |
Last dropped packets.
Definition at line 169 of file pyviz.h.
Referenced by ns3::PyViz::TraceDevQueueDrop().
| std::vector<RxPacketSample> ns3::PyViz::LastPacketsSample::lastReceivedPackets |
Last received packets.
Definition at line 167 of file pyviz.h.
Referenced by ns3::PyViz::TraceNetDevRxCommon().
| std::vector<TxPacketSample> ns3::PyViz::LastPacketsSample::lastTransmittedPackets |
Last transmitted packets.
Definition at line 168 of file pyviz.h.
Referenced by ns3::PyViz::TraceNetDevTxCommon().