RSeries astromech firmware
|
#include <core/DelayCall.h>
Schedules a function to be called at a later time.
Example Usage:
Public Member Functions | |
virtual void | animate () |
Call any pending delay call if its delay timer has expired. More... | |
Public Member Functions inherited from AnimatedEvent | |
AnimatedEvent () | |
Default Constructor. More... | |
void | setLoopDoneCallback (AnimatedLoopDone loopProc) |
Static Public Member Functions | |
static void | schedule (DelayCallPtr callptr, uint32_t delayMillis) |
Schedules a function to be called after "delayMillis" milliseconds. More... | |
Static Public Member Functions inherited from AnimatedEvent | |
static void | process () |
Calls animate() for each created AnimatedEvent subclass. More... | |
|
inlinevirtual |
Call any pending delay call if its delay timer has expired.
Implements AnimatedEvent.
|
inlinestatic |
Schedules a function to be called after "delayMillis" milliseconds.