RSeries astromech firmware
|
#include <core/CommandEvent.h>
Public Member Functions | |
CommandEventSerial (HardwareSerial &serial) | |
CommandEventSerial (Stream *stream) | |
virtual void | animate () |
Subclasses must implement this function to run through a single frame of animation/activity. More... | |
Public Member Functions inherited from AnimatedEvent | |
AnimatedEvent () | |
Default Constructor. More... | |
void | setLoopDoneCallback (AnimatedLoopDone loopProc) |
Additional Inherited Members | |
Static Public Member Functions inherited from AnimatedEvent | |
static void | process () |
Calls animate() for each created AnimatedEvent subclass. More... | |
|
inline |
|
inline |
|
inlinevirtual |
Subclasses must implement this function to run through a single frame of animation/activity.
Subclasses should not call delay() or otherwise block.
Implements AnimatedEvent.