RSeries astromech firmware
CommandEvent.h File Reference
#include "ReelTwo.h"
#include "core/AnimatedEvent.h"
+ Include dependency graph for CommandEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandEvent
 Base class for all command enabled devices. CommandEvent::handleCommand() is called for each device every time CommandEvent::process() is called. More...
 
class  CommandEventSerial< BUFFER_SIZE >