stage1_2/stage1_2.cc
changeset 74 85af9521bf63
parent 68 b0a43002dcac
child 86 1988bf1634da
equal deleted inserted replaced
73:0e623bbdee95 74:85af9521bf63
    73 
    73 
    74 void cmd_goto_sfc_qualifier_state(void) {goto_sfc_qualifier_state__ = 1;}
    74 void cmd_goto_sfc_qualifier_state(void) {goto_sfc_qualifier_state__ = 1;}
    75 int  get_goto_sfc_qualifier_state(void) {return goto_sfc_qualifier_state__;}
    75 int  get_goto_sfc_qualifier_state(void) {return goto_sfc_qualifier_state__;}
    76 void rst_goto_sfc_qualifier_state(void) {goto_sfc_qualifier_state__ = 0;}
    76 void rst_goto_sfc_qualifier_state(void) {goto_sfc_qualifier_state__ = 0;}
    77 
    77 
       
    78 /*************************************************************/
       
    79 /* Controlling the entry to the sfc_qualifier_state in flex. */
       
    80 /*************************************************************/
       
    81 static int goto_task_init_state__ = 0;
       
    82 
       
    83 void cmd_goto_task_init_state(void) {goto_task_init_state__ = 1;}
       
    84 int  get_goto_task_init_state(void) {return goto_task_init_state__;}
       
    85 void rst_goto_task_init_state(void) {goto_task_init_state__ = 0;}
    78 
    86 
    79 /****************************************************************/
    87 /****************************************************************/
    80 /* Returning to state in flex previously pushed onto the stack. */
    88 /* Returning to state in flex previously pushed onto the stack. */
    81 /****************************************************************/
    89 /****************************************************************/
    82 static int pop_state__ = 0;
    90 static int pop_state__ = 0;