Statistics structure. More...
Public Member Functions | |
| Statistics (uint16_t t=0) | |
| Constructor. | |
| void | Print (std::ostream &os) const |
| Print function. | |
Public Attributes | |
| uint16_t | linksClosed |
| links closed | |
| uint16_t | linksOpened |
| opened links | |
| uint16_t | linksTotal |
| total links | |
Statistics structure.
Definition at line 385 of file peer-management-protocol.h.
| ns3::dot11s::PeerManagementProtocol::Statistics::Statistics | ( | uint16_t | t = 0 | ) |
Constructor.
| t |
Definition at line 593 of file peer-management-protocol.cc.
References linksClosed, linksOpened, and linksTotal.
| void ns3::dot11s::PeerManagementProtocol::Statistics::Print | ( | std::ostream & | os | ) | const |
Print function.
| os | the output stream to print to |
Definition at line 601 of file peer-management-protocol.cc.
References linksClosed, linksOpened, and linksTotal.
| uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksClosed |
links closed
Definition at line 389 of file peer-management-protocol.h.
Referenced by Statistics(), and Print().
| uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksOpened |
opened links
Definition at line 388 of file peer-management-protocol.h.
Referenced by Statistics(), and Print().
| uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksTotal |
total links
Definition at line 387 of file peer-management-protocol.h.
Referenced by Statistics(), and Print().