A pure interface class for usage in the Timer class. More...
#include <TimerCallback.h>
Public Types | |
| typedef SmartPtr< TimerCallback > | sptr |
| typedef WeakPtr< TimerCallback > | wptr |
Public Member Functions | |
| virtual void | timerCallback ()=0 |
| The function that the Timer calls at its firing rate. | |
A pure interface class for usage in the Timer class.
Inherit from this class and define timerCallback.
1.6.1