X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=policy_manager%2Fstm%2Fzipc%2FStateTransitionor%2FZST_StateTransitionor_var.c;fp=policy_manager%2Fstm%2Fzipc%2FStateTransitionor%2FZST_StateTransitionor_var.c;h=b3a2273a9c37ca26ba622a096cf164c87dd2f397;hp=0000000000000000000000000000000000000000;hb=1859dd4135f5d019f16a1333df318ecd1211afb9;hpb=c1d85371b1eb693128cf9553c356ea77e609d9a3 diff --git a/policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.c b/policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.c new file mode 100644 index 0000000..b3a2273 --- /dev/null +++ b/policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.c @@ -0,0 +1,56 @@ +/************************************************************/ +/* ZST_StateTransitionor_var.c */ +/* Function and variable source file */ +/* ZIPC Designer Version 1.2.0 */ +/************************************************************/ +#include "ZST_include.h" + +/************************************************************* + Variable definition +*************************************************************/ + +// Current state +StmState g_stm_crr_state; + +// Previous state +StmState g_stm_prv_state; + +/** + * g_stm_event + */ +int g_stm_event; + +/** + * g_stm_category + */ +int g_stm_category; + +/** + * g_stm_area + */ +int g_stm_area; + +/** + * g_stm_map_is_activated + */ +int g_stm_map_is_activated; + +/** + * g_prv_apps_state_rest_mode_1 + */ +int g_prv_apps_state_rest_mode_1; + +/** + * g_prv_near_homescreen_state_rest_mode_1 + */ +int g_prv_near_homescreen_state_rest_mode_1; + +/** + * g_prv_restriction_state_rest_mode_1 + */ +int g_prv_restriction_state_rest_mode_1; + +/** + * g_prv_on_screen_state_rest_mode_1 + */ +int g_prv_on_screen_state_rest_mode_1;