master/fsm_slave_scan.h
changeset 883 4963e22a267a
parent 879 9b395c5646ab
child 1174 235f34ca50e2
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT slave scanning state machine.
    36    EtherCAT slave scanning state machine.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef __EC_FSM_SLAVE_SCAN__
    41 #ifndef __EC_FSM_SLAVE_SCAN_H__
    42 #define __EC_FSM_SLAVE_SCAN__
    42 #define __EC_FSM_SLAVE_SCAN_H__
    43 
    43 
    44 #include "../include/ecrt.h"
    44 #include "../include/ecrt.h"
    45 
    45 
    46 #include "globals.h"
    46 #include "globals.h"
    47 #include "datagram.h"
    47 #include "datagram.h"