include/ecrt.h
branchstable-1.0
changeset 1623 05622513f627
parent 1621 4bbe090553f7
child 1624 9dc190591c0f
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    58 #endif
    58 #endif
    59 
    59 
    60 /*****************************************************************************/
    60 /*****************************************************************************/
    61 
    61 
    62 struct ec_master;
    62 struct ec_master;
    63 typedef struct ec_master ec_master_t;
    63 typedef struct ec_master ec_master_t; /**< \see ec_master */
    64 
    64 
    65 struct ec_domain;
    65 struct ec_domain;
    66 typedef struct ec_domain ec_domain_t;
    66 typedef struct ec_domain ec_domain_t; /**< \see ec_domain */
    67 
    67 
    68 struct ec_slave;
    68 struct ec_slave;
    69 typedef struct ec_slave ec_slave_t;
    69 typedef struct ec_slave ec_slave_t; /**< \see ec_slave */
    70 
    70 
    71 /**
    71 /**
    72    Initialization type for field registrations.
    72    Initialization type for field registrations.
    73    This type is used as a parameter for the ec_domain_register_field_list()
    73    This type is used as a parameter for the ec_domain_register_field_list()
    74    function.
    74    function.