master/ethernet.h
branchstable-1.0
changeset 1623 05622513f627
parent 1621 4bbe090553f7
child 1624 9dc190591c0f
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    59 }
    59 }
    60 ec_eoe_frame_t;
    60 ec_eoe_frame_t;
    61 
    61 
    62 /*****************************************************************************/
    62 /*****************************************************************************/
    63 
    63 
    64 typedef struct ec_eoe ec_eoe_t;
    64 typedef struct ec_eoe ec_eoe_t; /**< \see ec_eoe */
    65 
    65 
    66 /**
    66 /**
    67    Ethernet-over-EtherCAT (EoE) handler.
    67    Ethernet-over-EtherCAT (EoE) handler.
    68    The master creates one of these objects for each slave that supports the
    68    The master creates one of these objects for each slave that supports the
    69    EoE protocol.
    69    EoE protocol.