aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud
diff options
context:
space:
mode:
authorfukubayashi.akio <fukubayashi.akio@genetec.co.jp>2019-06-06 17:55:08 +0900
committerfukubayashi.akio <fukubayashi.akio@genetec.co.jp>2019-06-06 17:55:08 +0900
commitac17da7010c6bd90240a641d503991ca5d0cb41a (patch)
treea8311029c5c7bc92a64694a1d8d2339b4e1ca38b /policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud
parent98006b6538c5be44350746ec3756f004a5c68af8 (diff)
Add chage remote app
Signed-off-by: fukubayashi.akio <fukubayashi.akio@genetec.co.jp>
Diffstat (limited to 'policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud')
-rwxr-xr-xpolicy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c18
-rwxr-xr-xpolicy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c2
2 files changed, 10 insertions, 10 deletions
diff --git a/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c b/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c
index 26569e3..b2dbcfc 100755
--- a/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c
+++ b/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c
@@ -18,7 +18,7 @@ static void Zremote_hud_remote_huds1Event( void );
/* Action function */
/* STM : remote_hud */
/* State : none( No 0 ) */
-/* Event : ara_normal( No 0 ) */
+/* Event : ara_hud_normal( No 0 ) */
/****************************************/
static void Zremote_hud_remote_huds0e0( void )
{
@@ -29,8 +29,8 @@ static void Zremote_hud_remote_huds0e0( void )
/****************************************/
/* Action function */
/* STM : remote_hud */
-/* State : general( No 1 ) */
-/* Event : ara_normal( No 0 ) */
+/* State : remote_hud( No 1 ) */
+/* Event : ara_hud_normal( No 0 ) */
/****************************************/
static void Zremote_hud_remote_huds1e0( void )
{
@@ -40,7 +40,7 @@ static void Zremote_hud_remote_huds1e0( void )
/****************************************/
/* Action function */
/* STM : remote_hud */
-/* State : general( No 1 ) */
+/* State : remote_hud( No 1 ) */
/* Event : ctg_general( No 1 ) */
/****************************************/
static void Zremote_hud_remote_huds1e1( void )
@@ -62,8 +62,8 @@ static void Zremote_hud_remote_huds0Event( void )
/*ctg_general*/
if( g_stm_category == StmCtgNoGeneral )
{
- /*ara_normal*/
- if( g_stm_area == StmAreaNoNormal )
+ /*ara_hud_normal*/
+ if( g_stm_area == StmAreaNoHUDNormal )
{
Zremote_hud_remote_huds0e0();
}
@@ -89,7 +89,7 @@ static void Zremote_hud_remote_huds0Event( void )
/****************************************/
/* Event appraisal function */
/* STM : remote_hud */
-/* State : general( No 1 ) */
+/* State : remote_hud( No 1 ) */
/****************************************/
static void Zremote_hud_remote_huds1Event( void )
{
@@ -99,8 +99,8 @@ static void Zremote_hud_remote_huds1Event( void )
/*ctg_general*/
if( g_stm_category == StmCtgNoGeneral )
{
- /*ara_normal*/
- if( g_stm_area == StmAreaNoNormal )
+ /*ara_hud_normal*/
+ if( g_stm_area == StmAreaNoHUDNormal )
{
Zremote_hud_remote_huds1e0();
}
diff --git a/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c b/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c
index 9a1c17f..2134467 100755
--- a/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c
+++ b/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud_func.c
@@ -45,6 +45,6 @@ void stm_remote_hud_start_activity_none() {
* stm_remote_hud_start_activity_general
*/
void stm_remote_hud_start_activity_general(){
- g_stm_crr_state.layer[StmLayerNoRemoteHUD].state = StmLayoutNoGenNml;
+ g_stm_crr_state.layer[StmLayerNoRemoteHUD].state = StmLayoutNoRmtHud;
g_stm_crr_state.layer[StmLayerNoRemoteHUD].changed = STM_TRUE;
}