A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::PyViz::LastPacketsSample Struct Reference

#include <pyviz.h>

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

Public Attributes

std::vector< PacketSamplelastDroppedPackets
 
std::vector< RxPacketSamplelastReceivedPackets
 
std::vector< TxPacketSamplelastTransmittedPackets
 

Detailed Description

Definition at line 103 of file pyviz.h.

Member Data Documentation

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

Definition at line 107 of file pyviz.h.

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

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

Definition at line 105 of file pyviz.h.

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

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

Definition at line 106 of file pyviz.h.

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


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