feisty meow concerns codebase  2.140
timely::timeable Class Referenceabstract

timeable is the base for objects that can be hooked into timer events. More...

#include <timer_driver.h>

Inheritance diagram for timely::timeable:
Collaboration diagram for timely::timeable:

Public Member Functions

virtual void handle_timer_callback ()=0
 this method is invoked when the timer period elapses for this object. More...
 

Detailed Description

timeable is the base for objects that can be hooked into timer events.

Definition at line 32 of file timer_driver.h.

Member Function Documentation

◆ handle_timer_callback()

virtual void timely::timeable::handle_timer_callback ( )
pure virtual

this method is invoked when the timer period elapses for this object.


The documentation for this class was generated from the following file: