master/fsm.h
changeset 286 f3352378b4d4
parent 269 a03be9a6fed6
child 293 14aeb79aa992
equal deleted inserted replaced
285:d6145fc87a74 286:f3352378b4d4
    45 #include "command.h"
    45 #include "command.h"
    46 #include "slave.h"
    46 #include "slave.h"
    47 
    47 
    48 /*****************************************************************************/
    48 /*****************************************************************************/
    49 
    49 
    50 typedef struct ec_fsm ec_fsm_t;
    50 typedef struct ec_fsm ec_fsm_t; /**< \see ec_fsm */
    51 
       
    52 /*****************************************************************************/
       
    53 
    51 
    54 /**
    52 /**
    55    Finite state machine of an EtherCAT master.
    53    Finite state machine of an EtherCAT master.
    56 */
    54 */
    57 
    55