summaryrefslogtreecommitdiff
path: root/cesar/cp2/fsm/test/utest/inc/scenario_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp2/fsm/test/utest/inc/scenario_defs.h')
-rw-r--r--cesar/cp2/fsm/test/utest/inc/scenario_defs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/cp2/fsm/test/utest/inc/scenario_defs.h b/cesar/cp2/fsm/test/utest/inc/scenario_defs.h
index 945924c4b9..65f98da665 100644
--- a/cesar/cp2/fsm/test/utest/inc/scenario_defs.h
+++ b/cesar/cp2/fsm/test/utest/inc/scenario_defs.h
@@ -49,6 +49,10 @@ scenario_action_post_and_process_cb (scenario_globals_t *globals,
cp_fsm__STATE3__event1, \
cp_fsm__STATE3__event2, \
cp_fsm__STATE4__event1, \
+ cp_fsm__STATE5__enter, \
+ cp_fsm__STATE5__leave, \
+ cp_fsm__STATE6__enter, \
+ cp_fsm__STATE6__leave, \
cp_fsm__STATEA__eventb, \
cp_fsm__STATEB__eventa
@@ -77,6 +81,10 @@ scenario_event_cp_fsm__STATE3__event1_t;
typedef scenario_empty_t scenario_event_cp_fsm__STATE3__event2_t;
typedef scenario_event_transition_with_branch_t
scenario_event_cp_fsm__STATE4__event1_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STATE5__enter_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STATE5__leave_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STATE6__enter_t;
+typedef scenario_empty_t scenario_event_cp_fsm__STATE6__leave_t;
typedef scenario_empty_t scenario_event_cp_fsm__STATEA__eventb_t;
typedef scenario_empty_t scenario_event_cp_fsm__STATEB__eventa_t;