master/fsm.h
branchstable-1.0
changeset 1623 05622513f627
parent 1621 4bbe090553f7
child 1624 9dc190591c0f
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    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