oneshot Schedulable keeps track of the scheduling time, as this will be passed on to the wrapped call More...
#include <evented.h>
Inherits Schedule::Schedulable.
Inherited by Schedule::Evented::Func, and Schedule::Evented::Method< T >.
Public Member Functions | |
| bool | schedule (uint32_t t) override |
| return true if object should be scheduled at this time | |
| virtual void | call ()=0 |
| this method is called to run the Schedulable | |
oneshot Schedulable keeps track of the scheduling time, as this will be passed on to the wrapped call