#include <pydtn/MultiNodeStatistics.h>


Public Member Functions | ||||
| MultiNodeStatistics () | ||||
| Default constructor. | ||||
| virtual unsigned long int | used () const | |||
| ||||
| virtual unsigned long int | capacity () const | |||
| ||||
| virtual double | maxUsed () const | |||
| ||||
| void | persistentStore (const DTN::Bundle &b) | |||
| Recording method for adding a DTN::Bundle to the persistent store. | ||||
| void | addNode (DTN::Node *n) | |||
| ||||
Definition at line 44 of file MultiNodeStatistics.h.
| void MultiNodeStatistics::persistentStore | ( | const DTN::Bundle & | b | ) | [virtual] |
Recording method for adding a DTN::Bundle to the persistent store.
| b | A bundle being stored |
Reimplemented from Statistics.
Definition at line 98 of file MultiNodeStatistics.cc.
References Statistics::m_since, Statistics::m_total, StatCollection::setExhausted(), and used().
1.5.4