fsm_common_events.h

00001 #ifndef FSM_COMMON_EVENTS_H
00002 #define FSM_COMMON_EVENTS_H
00003 
00007 enum fsm_common_events {
00009         __COMMON_EV_NOEVENT = 0,
00012         __COMMON_EV_INIT,
00014         __COMMON_EV_EXIT,
00016         __COMMON_EV_STATE_ENTERED,
00018         __COMMON_EV_RETURN,
00021         __COMMON_EV_TIMEOUT,
00025         __COMMON_EV_TIMER
00026 };
00027 
00028 
00029 #endif

Generated on Thu Sep 13 11:28:28 2007 for DCE-Eurobot by  doxygen 1.5.3