feisty meow concerns codebase
2.140
|
timeable is the base for objects that can be hooked into timer events. More...
#include <timer_driver.h>
Public Member Functions | |
virtual void | handle_timer_callback ()=0 |
this method is invoked when the timer period elapses for this object. More... | |
timeable is the base for objects that can be hooked into timer events.
Definition at line 32 of file timer_driver.h.
|
pure virtual |
this method is invoked when the timer period elapses for this object.