DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
|
#include "EventStructure.h"
Go to the source code of this file.
Classes | |
class | EventListener |
Class to extend for all other classes that need to respond to events For example: Class <MyClass> : public EventListener () {} The recommended approach is to implement a switch/case in the onEvent() implementation to handle valid event types. More... | |