#include <pydtn/Statistics.h>

Public Member Functions | ||||
| StatCollection () | ||||
| Constructor. | ||||
| const UniqueStat & | originated () const | |||
| ||||
| const Stat & | sent () const | |||
| ||||
| const Stat & | received () const | |||
| ||||
| const UniqueStat & | delivered () const | |||
| ||||
| const Stat & | deliverHops () const | |||
| ||||
| const Stat & | dropped () const | |||
| ||||
| const Stat & | dropHops () const | |||
| ||||
| bool | exhausted () const | |||
| ||||
| void | addOriginated (const DTN::Bundle &b) | |||
| ||||
| void | addSent (unsigned long int val) | |||
| ||||
| void | addReceived (unsigned long int val) | |||
| ||||
| void | addDelivered (const DTN::Bundle &b) | |||
| ||||
| void | addDropped (const DTN::Bundle &b) | |||
| ||||
| void | setExhausted () | |||
Sets the exhausted flag to true. | ||||
| void | reset () | |||
| Reset all accumulators. | ||||
Definition at line 108 of file Statistics.h.
1.5.4