Statistics structure. More...
Public Member Functions | |
Statistics () | |
constructor More... | |
void | Print (std::ostream &os) const |
Print function. More... | |
Public Attributes | |
uint16_t | rxBroadcast |
receive broadcast More... | |
uint32_t | rxBytes |
receive bytes More... | |
uint16_t | rxUnicast |
receive unicast More... | |
uint16_t | txBroadcast |
transit broadcast More... | |
uint32_t | txBytes |
transmit bytes More... | |
uint16_t | txUnicast |
transmit unicast More... | |
Statistics structure.
Definition at line 99 of file flame-protocol-mac.h.
ns3::flame::FlameProtocolMac::Statistics::Statistics | ( | ) |
constructor
Definition at line 104 of file flame-protocol-mac.cc.
void ns3::flame::FlameProtocolMac::Statistics::Print | ( | std::ostream & | os | ) | const |
Print function.
os | the output stream |
Definition at line 109 of file flame-protocol-mac.cc.
Referenced by ns3::flame::FlameProtocolMac::Report().
uint16_t ns3::flame::FlameProtocolMac::Statistics::rxBroadcast |
receive broadcast
Definition at line 105 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::Receive().
uint32_t ns3::flame::FlameProtocolMac::Statistics::rxBytes |
receive bytes
Definition at line 106 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::Receive().
uint16_t ns3::flame::FlameProtocolMac::Statistics::rxUnicast |
receive unicast
Definition at line 104 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::Receive().
uint16_t ns3::flame::FlameProtocolMac::Statistics::txBroadcast |
transit broadcast
Definition at line 102 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::UpdateOutcomingFrame().
uint32_t ns3::flame::FlameProtocolMac::Statistics::txBytes |
transmit bytes
Definition at line 103 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::UpdateOutcomingFrame().
uint16_t ns3::flame::FlameProtocolMac::Statistics::txUnicast |
transmit unicast
Definition at line 101 of file flame-protocol-mac.h.
Referenced by ns3::flame::FlameProtocolMac::UpdateOutcomingFrame().