Public Attributes | List of all members
t265::bulk_message_request_timeout_configuration Struct Reference

Bulk timeout configuration Message. More...

#include <t265-messages.h>

Public Attributes

bulk_message_request_header header
 
uint16_t wTimeoutInMillis
 

Detailed Description

Bulk timeout configuration Message.

Host timeout - When the firmware is actively streaming or tracking, it shall monitor the host status to identify the cases where the host app crashed or stopped responding. The firmware shall use the host USB reads as the host's "heartbeat", so if outgoing packets were continuously dropped for over 1 second the firmware shall stop sending packets and stop all operations, as if a DEV_STOP command was sent, but without sending the DEV_STOPPED status event packet. The timeout shall be configurable or disabled through this DEV_TIMEOUT_CONFIGURATION command.

Definition at line 964 of file t265-messages.h.

Member Data Documentation

bulk_message_request_header t265::bulk_message_request_timeout_configuration::header

Message request header: dwLength = 8, wMessageID = DEV_TIMEOUT_CONFIGURATION

Definition at line 965 of file t265-messages.h.

uint16_t t265::bulk_message_request_timeout_configuration::wTimeoutInMillis

The commands TX timeout in milliseconds to use. Zero to disable timeout.

Definition at line 966 of file t265-messages.h.


The documentation for this struct was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43