#include <eoUpdatable.h>

Public Member Functions | |
| eoCountedDynUpdate (eoUpdatable &_toUpdate, unsigned _interval) | |
| void | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| const unsigned | interval |
| unsigned | counter |
Definition at line 93 of file eoUpdatable.h.
1.5.5