A Discrete-Event Network Simulator
API
ns3::MeshWifiInterfaceMac::Statistics Struct Reference

Statistics: More...

Public Member Functions

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

Public Attributes

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

Detailed Description

Statistics:

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

Constructor & Destructor Documentation

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

constructor

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

Member Function Documentation

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

Print statistics.

Parameters
os
Todo:
txBeacons

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

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

+ Here is the caller graph for this function:

Member Data Documentation

uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons

receive beacons

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

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

uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes

receive bytes

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

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

uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames

receive frames

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

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

uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes
uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentFrames

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