A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::PyViz::LastPacketsSample Struct Reference

Structure to handle a sample of the last received, transmitted or drop packets in a node. More...

#include "pyviz.h"

Collaboration diagram for ns3::PyViz::LastPacketsSample:

Public Attributes

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

Detailed Description

Structure to handle a sample of the last received, transmitted or drop packets in a node.

Definition at line 165 of file pyviz.h.

Member Data Documentation

◆ lastDroppedPackets

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

Last dropped packets.

Definition at line 169 of file pyviz.h.

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

◆ lastReceivedPackets

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

Last received packets.

Definition at line 167 of file pyviz.h.

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

◆ lastTransmittedPackets

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

Last transmitted packets.

Definition at line 168 of file pyviz.h.

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


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