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 | |
Definition at line 271 of file mesh-wifi-interface-mac.h.
ns3::MeshWifiInterfaceMac::Statistics::Statistics | ( | ) |
Constructor.
Definition at line 509 of file mesh-wifi-interface-mac.cc.
void ns3::MeshWifiInterfaceMac::Statistics::Print | ( | std::ostream & | os | ) | const |
Print statistics.
os | Output stream |
Definition at line 519 of file mesh-wifi-interface-mac.cc.
Referenced by ns3::MeshWifiInterfaceMac::Report().
uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons |
receive beacons
Definition at line 273 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes |
receive bytes
Definition at line 277 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames |
receive frames
Definition at line 276 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes |
sent bytes
Definition at line 275 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Enqueue(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentFrames |
sent frames
Definition at line 274 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Enqueue(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().