Collaboration diagram for ns3::MeshWifiInterfaceMac::Statistics: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 268 of file mesh-wifi-interface-mac.h.
| ns3::MeshWifiInterfaceMac::Statistics::Statistics | ( | ) |
constructor
Definition at line 512 of file mesh-wifi-interface-mac.cc.
| void ns3::MeshWifiInterfaceMac::Statistics::Print | ( | std::ostream & | os | ) | const |
Print statistics.
| os |
Definition at line 521 of file mesh-wifi-interface-mac.cc.
Referenced by ns3::MeshWifiInterfaceMac::Report().
Here is the caller graph for this function:| uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons |
receive beacons
Definition at line 270 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes |
receive bytes
Definition at line 274 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames |
receive frames
Definition at line 273 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes |
sent bytes
Definition at line 272 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 271 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::ForwardDown(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().