Defines | Enumerations

fsm_common_events.h File Reference

This graph shows which files directly or indirectly include this file:

Defines

#define __COMMON_EV_NOEVENT   0
 Event that never happens.

Enumerations

enum  fsm_common_events { __COMMON_EV_ENTRY = 1, __COMMON_EV_EXIT, __COMMON_EV_RETURN, __COMMON_EV_TIMER }
 

FSM events.

More...

Define Documentation

#define __COMMON_EV_NOEVENT   0

Event that never happens.

It is not in fsm_common_events to not produce warning that NO_EVENT is not handled in swicth statemets.