master/fsm_pdo_assign.h
changeset 883 4963e22a267a
parent 879 9b395c5646ab
child 890 1115793a76ed
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT Pdo assignment state machine structures.
    36    EtherCAT Pdo assignment state machine structures.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef _EC_FSM_PDO_ASSIGN_H_
    41 #ifndef __EC_FSM_PDO_ASSIGN_H__
    42 #define _EC_FSM_PDO_ASSIGN_H_
    42 #define __EC_FSM_PDO_ASSIGN_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"