PacketDropSample structure. More...
#include "pyviz.h"
Public Attributes | |
| uint32_t | bytes |
| The number of bytes dropped. | |
| Ptr< Node > | transmitter |
| The transmitter node where the drop was registered. | |
PacketDropSample structure.
| 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().
The transmitter node where the drop was registered.
Definition at line 50 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::GetPacketDropSamples().