Statistics structure. More...
Public Member Functions | |
| Statistics () | |
| constructor | |
| void | Print (std::ostream &os) const |
| Print function. | |
Public Attributes | |
| uint16_t | droppedTtl |
| dropped TTL | |
| uint16_t | totalDropped |
| total dropped | |
| uint16_t | txBroadcast |
| transmit broadcast | |
| uint32_t | txBytes |
| transmit bytes | |
| uint16_t | txUnicast |
| transmit unicast | |
Statistics structure.
Definition at line 195 of file flame-protocol.h.
| ns3::flame::FlameProtocol::Statistics::Statistics | ( | ) |
constructor
Definition at line 375 of file flame-protocol.cc.
References droppedTtl, totalDropped, txBroadcast, txBytes, and txUnicast.
| void ns3::flame::FlameProtocol::Statistics::Print | ( | std::ostream & | os | ) | const |
Print function.
| os | the output stream to print to |
Definition at line 385 of file flame-protocol.cc.
References droppedTtl, totalDropped, txBroadcast, txBytes, and txUnicast.
| uint16_t ns3::flame::FlameProtocol::Statistics::droppedTtl |
dropped TTL
Definition at line 200 of file flame-protocol.h.
Referenced by Statistics(), and Print().
| uint16_t ns3::flame::FlameProtocol::Statistics::totalDropped |
total dropped
Definition at line 201 of file flame-protocol.h.
Referenced by Statistics(), and Print().
| uint16_t ns3::flame::FlameProtocol::Statistics::txBroadcast |
transmit broadcast
Definition at line 198 of file flame-protocol.h.
Referenced by Statistics(), and Print().
| uint32_t ns3::flame::FlameProtocol::Statistics::txBytes |
transmit bytes
Definition at line 199 of file flame-protocol.h.
Referenced by Statistics(), and Print().
| uint16_t ns3::flame::FlameProtocol::Statistics::txUnicast |
transmit unicast
Definition at line 197 of file flame-protocol.h.
Referenced by Statistics(), and Print().