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

Statistics: More...

+ Collaboration diagram for ns3::MeshWifiInterfaceMac::Statistics:

Public Member Functions

 Statistics ()
 Constructor.
 
void Print (std::ostream &os) const
 Print statistics.
 

Public Attributes

uint16_t recvBeacons
 receive beacons
 
uint32_t recvBytes
 receive bytes
 
uint32_t recvFrames
 receive frames
 
uint32_t sentBytes
 sent bytes
 
uint32_t sentFrames
 sent frames
 

Detailed Description

Statistics:

Definition at line 295 of file mesh-wifi-interface-mac.h.

Constructor & Destructor Documentation

◆ Statistics()

ns3::MeshWifiInterfaceMac::Statistics::Statistics ( )

Constructor.

Definition at line 547 of file mesh-wifi-interface-mac.cc.

Member Function Documentation

◆ Print()

void ns3::MeshWifiInterfaceMac::Statistics::Print ( std::ostream &  os) const

Print statistics.

Parameters
osOutput stream
Todo:
txBeacons

Definition at line 557 of file mesh-wifi-interface-mac.cc.

Referenced by ns3::MeshWifiInterfaceMac::Report().

+ Here is the caller graph for this function:

Member Data Documentation

◆ recvBeacons

uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons

receive beacons

Definition at line 297 of file mesh-wifi-interface-mac.h.

Referenced by ns3::MeshWifiInterfaceMac::Receive().

◆ recvBytes

uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes

receive bytes

Definition at line 301 of file mesh-wifi-interface-mac.h.

Referenced by ns3::MeshWifiInterfaceMac::Receive().

◆ recvFrames

uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames

receive frames

Definition at line 300 of file mesh-wifi-interface-mac.h.

Referenced by ns3::MeshWifiInterfaceMac::Receive().

◆ sentBytes

uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes

◆ sentFrames

uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentFrames

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