#include <eoTimedMonitor.h>
Inheritance diagram for eoTimedMonitor:

Public Member Functions | |
| eoTimedMonitor (int seconds_) | |
| eoMonitor & | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
| void | add (eoMonitor &mon) |
| virtual std::string | className (void) const |
Private Attributes | |
| clock_t | last_tick |
| int | seconds |
| std::vector< eoMonitor * > | monitors |
Definition at line 40 of file eoTimedMonitor.h.
1.3.9.1