aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.h
blob: 6f741b58cbea20a20023351522ed3575bc28b478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/************************************************************/
/*     ZAPL_Apps_func.h                                     */
/*     Function and variable header file                    */
/*     ZIPC Designer Version 1.2.0                          */
/************************************************************/
#ifndef ZHEADER_ZAPL_APPS_FUNC_H
#define ZHEADER_ZAPL_APPS_FUNC_H

extern void stm_apl_start_activity_none();
extern void stm_apl_start_activity_map();
extern void stm_apl_start_activity_map_split();
extern void stm_apl_start_activity_map_fullscreen();
extern void stm_apl_start_activity_splitable_normal();
extern void stm_apl_start_activity_splitable_split();
extern void stm_apl_start_activity_general();
extern void stm_apl_start_activity_system();
extern void stm_apl_event_restriction_mode_off();
extern void stm_apl_event_restriction_mode_2_on();
extern void stm_apl_initialize_variable();
extern void stm_apl_start_stm();

#endif