A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::visualizer::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::visualizer::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 84 of file pyviz.h.

Member Data Documentation

◆ lastDroppedPackets

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

Last dropped packets.

Definition at line 88 of file pyviz.h.

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

◆ lastReceivedPackets

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

Last received packets.

Definition at line 86 of file pyviz.h.

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

◆ lastTransmittedPackets

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

Last transmitted packets.

Definition at line 87 of file pyviz.h.

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


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