stage1_2/stage1_2_priv.hh
changeset 74 85af9521bf63
parent 68 b0a43002dcac
child 86 1988bf1634da
equal deleted inserted replaced
73:0e623bbdee95 74:85af9521bf63
    97 void cmd_goto_sfc_qualifier_state(void);
    97 void cmd_goto_sfc_qualifier_state(void);
    98 int  get_goto_sfc_qualifier_state(void);
    98 int  get_goto_sfc_qualifier_state(void);
    99 void rst_goto_sfc_qualifier_state(void);
    99 void rst_goto_sfc_qualifier_state(void);
   100 
   100 
   101 
   101 
       
   102 /*********************************************************/
       
   103 /* Controlling the entry to the task_init_state in flex. */
       
   104 /*********************************************************/
       
   105 void cmd_goto_task_init_state(void);
       
   106 int  get_goto_task_init_state(void);
       
   107 void rst_goto_task_init_state(void);
       
   108 
       
   109 
   102 /****************************************************************/
   110 /****************************************************************/
   103 /* Returning to state in flex previously pushed onto the stack. */
   111 /* Returning to state in flex previously pushed onto the stack. */
   104 /****************************************************************/
   112 /****************************************************************/
   105 void cmd_pop_state(void);
   113 void cmd_pop_state(void);
   106 int  get_pop_state(void);
   114 int  get_pop_state(void);