master/sdo_request.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2434 fa52128477f6
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
    83 /*****************************************************************************/
    83 /*****************************************************************************/
    84 
    84 
    85 /** Copy another SDO request.
    85 /** Copy another SDO request.
    86  *
    86  *
    87  * \attention Only the index subindex and data are copied.
    87  * \attention Only the index subindex and data are copied.
       
    88  *
       
    89  * \return Zero on success, otherwise a negative error code.
    88  */
    90  */
    89 int ec_sdo_request_copy(
    91 int ec_sdo_request_copy(
    90         ec_sdo_request_t *req, /**< SDO request. */
    92         ec_sdo_request_t *req, /**< SDO request. */
    91         const ec_sdo_request_t *other /**< Other SDO request to copy from. */
    93         const ec_sdo_request_t *other /**< Other SDO request to copy from. */
    92         )
    94         )