aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c
diff options
context:
space:
mode:
Diffstat (limited to 'policy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c')
-rwxr-xr-xpolicy_manager/stm/zipc/StateTransitionor/hud/layer/remote_hud/Zremote_hud_remote_hud.c18
1 files changed, 9 insertions, 9 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();
}