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

PacketDropSample structure. More...

#include "pyviz.h"

Collaboration diagram for ns3::visualizer::PacketDropSample:

Public Attributes

uint32_t bytes
 The number of bytes dropped.
Ptr< Nodetransmitter
 The transmitter node where the drop was registered.

Detailed Description

PacketDropSample structure.

Definition at line 48 of file pyviz.h.

Member Data Documentation

◆ bytes

uint32_t ns3::visualizer::PacketDropSample::bytes

The number of bytes dropped.

Definition at line 51 of file pyviz.h.

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

◆ transmitter

Ptr<Node> ns3::visualizer::PacketDropSample::transmitter

The transmitter node where the drop was registered.

Definition at line 50 of file pyviz.h.

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


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