A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::dot11s::HwmpProtocolMac::Statistics Struct Reference

Public Member Functions

 Statistics ()
 
void Print (std::ostream &os) const
 

Public Attributes

uint16_t rxData
 
uint32_t rxDataBytes
 
uint16_t rxMgt
 
uint32_t rxMgtBytes
 
uint16_t rxPerr
 
uint16_t rxPrep
 
uint16_t rxPreq
 
uint16_t txData
 
uint32_t txDataBytes
 
uint16_t txMgt
 
uint32_t txMgtBytes
 
uint16_t txPerr
 
uint16_t txPrep
 
uint16_t txPreq
 

Detailed Description

Definition at line 112 of file hwmp-protocol-mac.h.

Constructor & Destructor Documentation

ns3::dot11s::HwmpProtocolMac::Statistics::Statistics ( )

Definition at line 441 of file hwmp-protocol-mac.cc.

Member Function Documentation

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

Definition at line 447 of file hwmp-protocol-mac.cc.

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

+ Here is the caller graph for this function:

Member Data Documentation

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::rxData

Definition at line 126 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveData().

uint32_t ns3::dot11s::HwmpProtocolMac::Statistics::rxDataBytes

Definition at line 127 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveData().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::rxMgt

Definition at line 122 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveAction().

uint32_t ns3::dot11s::HwmpProtocolMac::Statistics::rxMgtBytes

Definition at line 123 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveAction().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::rxPerr

Definition at line 119 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveAction().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::rxPrep

Definition at line 117 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveAction().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::rxPreq

Definition at line 115 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ReceiveAction().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::txData
uint32_t ns3::dot11s::HwmpProtocolMac::Statistics::txDataBytes
uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::txMgt
uint32_t ns3::dot11s::HwmpProtocolMac::Statistics::txMgtBytes
uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::txPerr

Definition at line 118 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::ForwardPerr().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::txPrep

Definition at line 116 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::SendPrep().

uint16_t ns3::dot11s::HwmpProtocolMac::Statistics::txPreq

Definition at line 114 of file hwmp-protocol-mac.h.

Referenced by ns3::dot11s::HwmpProtocolMac::SendPreq().


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