=========================== simpleCommunicator_events.h =========================== Generated using ``fsm simpleCommunicator.fsm`` .. code-block:: c /** simpleCommunicator_events.h This file automatically generated by FSMLang */ #ifndef _SIMPLECOMMUNICATOR_EVENTS_H_ #define _SIMPLECOMMUNICATOR_EVENTS_H_ typedef enum SIMPLE_COMMUNICATOR_EVENT { simpleCommunicator_SEND_MESSAGE , simpleCommunicator_ACK , simpleCommunicator_noEvent , simpleCommunicator_numEvents , simpleCommunicator_numAllEvents = simpleCommunicator_numEvents } SIMPLE_COMMUNICATOR_EVENT; #endif