A Discrete-Event Network Simulator
API
ns3::PyViz::LastPacketsSample Struct Reference

LastPacketsSample structure. More...

#include "pyviz.h"

+ Collaboration diagram for ns3::PyViz::LastPacketsSample:

Public Attributes

std::vector< PacketSamplelastDroppedPackets
 last dropped packets More...
 
std::vector< RxPacketSamplelastReceivedPackets
 last received packets More...
 
std::vector< TxPacketSamplelastTransmittedPackets
 last transmitted packets More...
 

Detailed Description

LastPacketsSample structure.

Definition at line 144 of file pyviz.h.

Member Data Documentation

◆ lastDroppedPackets

std::vector<PacketSample> ns3::PyViz::LastPacketsSample::lastDroppedPackets

last dropped packets

Definition at line 148 of file pyviz.h.

Referenced by ns3::PyViz::TraceDevQueueDrop().

◆ lastReceivedPackets

std::vector<RxPacketSample> ns3::PyViz::LastPacketsSample::lastReceivedPackets

last received packets

Definition at line 146 of file pyviz.h.

Referenced by ns3::PyViz::TraceNetDevRxCommon().

◆ lastTransmittedPackets

std::vector<TxPacketSample> ns3::PyViz::LastPacketsSample::lastTransmittedPackets

last transmitted packets

Definition at line 147 of file pyviz.h.

Referenced by ns3::PyViz::TraceNetDevTxCommon().


The documentation for this struct was generated from the following file: