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

Statistics structure. More...

Public Member Functions

 Statistics (uint16_t t=0)
 Constructor. More...
 
void Print (std::ostream &os) const
 Print function. More...
 

Public Attributes

uint16_t linksClosed
 links closed More...
 
uint16_t linksOpened
 opened links More...
 
uint16_t linksTotal
 total links More...
 

Detailed Description

Statistics structure.

Definition at line 382 of file peer-management-protocol.h.

Constructor & Destructor Documentation

◆ Statistics()

ns3::dot11s::PeerManagementProtocol::Statistics::Statistics ( uint16_t  t = 0)

Constructor.

Parameters
t

Definition at line 548 of file peer-management-protocol.cc.

Member Function Documentation

◆ Print()

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

Print function.

Parameters
osthe output stream to print to

Definition at line 553 of file peer-management-protocol.cc.

Referenced by ns3::dot11s::PeerManagementProtocol::Report().

+ Here is the caller graph for this function:

Member Data Documentation

◆ linksClosed

uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksClosed

links closed

Definition at line 385 of file peer-management-protocol.h.

Referenced by ns3::dot11s::PeerManagementProtocol::NotifyLinkClose().

◆ linksOpened

uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksOpened

opened links

Definition at line 384 of file peer-management-protocol.h.

Referenced by ns3::dot11s::PeerManagementProtocol::NotifyLinkOpen().

◆ linksTotal


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