include/ecrt.h
changeset 1113 4d720feb915d
parent 1104 9e7fe258495e
child 1182 f5e725aa5483
equal deleted inserted replaced
1112:d11661e1f4de 1113:4d720feb915d
   823 
   823 
   824 /** Set the timeout for an Sdo request.
   824 /** Set the timeout for an Sdo request.
   825  *
   825  *
   826  * If the request cannot be processed in the specified time, if will be marked
   826  * If the request cannot be processed in the specified time, if will be marked
   827  * as failed.
   827  * as failed.
       
   828  *
       
   829  * The timeout is permanently stored in the request object and is valid until
       
   830  * the next call of this method.
   828  */
   831  */
   829 void ecrt_sdo_request_timeout(
   832 void ecrt_sdo_request_timeout(
   830         ec_sdo_request_t *req, /**< Sdo request. */
   833         ec_sdo_request_t *req, /**< Sdo request. */
   831         uint32_t timeout /**< Timeout in milliseconds. Zero means no
   834         uint32_t timeout /**< Timeout in milliseconds. Zero means no
   832                            timeout. */
   835                            timeout. */