summaryrefslogtreecommitdiffstats
path: root/demo3/common/agl-service-windowmanager/policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.c
blob: a5e67ff2f3700030320cf49c9e30a2ee41bb2792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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_car_stop
 */
int g_prv_apps_state_car_stop;

/**
 *  g_prv_near_homescreen_state_car_stop
 */
int g_prv_near_homescreen_state_car_stop;

/**
 *  g_prv_restriction_state_car_stop
 */
int g_prv_restriction_state_car_stop;

/**
 *  g_prv_on_screen_state_car_stop
 */
int g_prv_on_screen_state_car_stop;