master/fsm_master.h
changeset 637 d5d04c868e0e
parent 612 aede068f9a74
child 645 473ec2246ec1
equal deleted inserted replaced
636:9114b3a5f9d3 637:d5d04c868e0e
   118 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   118 void ec_fsm_master_init(ec_fsm_master_t *, ec_master_t *, ec_datagram_t *);
   119 void ec_fsm_master_clear(ec_fsm_master_t *);
   119 void ec_fsm_master_clear(ec_fsm_master_t *);
   120 
   120 
   121 int ec_fsm_master_exec(ec_fsm_master_t *);
   121 int ec_fsm_master_exec(ec_fsm_master_t *);
   122 int ec_fsm_master_running(ec_fsm_master_t *);
   122 int ec_fsm_master_running(ec_fsm_master_t *);
   123 int ec_fsm_master_success(ec_fsm_master_t *);
       
   124 
   123 
   125 /*****************************************************************************/
   124 /*****************************************************************************/
   126 
   125 
   127 #endif
   126 #endif