#include <eoTimedMonitor.h>

Public Member Functions | |
| eoTimedMonitor (unsigned seconds_) | |
| Constructor. | |
| 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 |
| unsigned | seconds |
| std::vector< eoMonitor * > | monitors |
Definition at line 40 of file eoTimedMonitor.h.
| eoTimedMonitor::eoTimedMonitor | ( | unsigned | seconds_ | ) | [inline] |
Constructor.
No negative time can be specified, use 0 if you want it to fire "always".
| seconds_ | Specify time limit (s). |
Definition at line 49 of file eoTimedMonitor.h.
1.5.5