A Discrete-Event Network Simulator
API
ns3::PyViz::NetDeviceStatistics Struct Reference

NetDeviceStatistics structure. More...

#include "pyviz.h"

+ Collaboration diagram for ns3::PyViz::NetDeviceStatistics:

Public Member Functions

 NetDeviceStatistics ()
 constructor More...
 

Public Attributes

uint64_t receivedBytes
 received bytes More...
 
uint32_t receivedPackets
 received packets More...
 
uint64_t transmittedBytes
 transmitted bytes More...
 
uint32_t transmittedPackets
 transmitted packets More...
 

Detailed Description

NetDeviceStatistics structure.

Definition at line 165 of file pyviz.h.

Constructor & Destructor Documentation

◆ NetDeviceStatistics()

ns3::PyViz::NetDeviceStatistics::NetDeviceStatistics ( )
inline

constructor

Definition at line 168 of file pyviz.h.

Member Data Documentation

◆ receivedBytes

uint64_t ns3::PyViz::NetDeviceStatistics::receivedBytes

received bytes

Definition at line 171 of file pyviz.h.

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

◆ receivedPackets

uint32_t ns3::PyViz::NetDeviceStatistics::receivedPackets

received packets

Definition at line 173 of file pyviz.h.

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

◆ transmittedBytes

uint64_t ns3::PyViz::NetDeviceStatistics::transmittedBytes

transmitted bytes

Definition at line 170 of file pyviz.h.

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

◆ transmittedPackets

uint32_t ns3::PyViz::NetDeviceStatistics::transmittedPackets

transmitted packets

Definition at line 172 of file pyviz.h.

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


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