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... | |
Definition at line 295 of file mesh-wifi-interface-mac.h.
ns3::MeshWifiInterfaceMac::Statistics::Statistics | ( | ) |
Constructor.
Definition at line 547 of file mesh-wifi-interface-mac.cc.
void ns3::MeshWifiInterfaceMac::Statistics::Print | ( | std::ostream & | os | ) | const |
Print statistics.
os | Output stream |
Definition at line 557 of file mesh-wifi-interface-mac.cc.
Referenced by ns3::MeshWifiInterfaceMac::Report().
uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons |
receive beacons
Definition at line 297 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes |
receive bytes
Definition at line 301 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames |
receive frames
Definition at line 300 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes |
sent bytes
Definition at line 299 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::ForwardDown(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().
uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentFrames |
sent frames
Definition at line 298 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::ForwardDown(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().