Bulk Set Temperature Threshold Message. More...
#include <t265-messages.h>
Public Attributes | |
uint32_t | dwIndex |
float_t | fThreshold |
Bulk Set Temperature Threshold Message.
Set temperature threshold to requested sensors (VPU, IMU, BLE) The firmware shall actively monitor the temperature of the underlying sensors. When a component temperature is 10% close to its defined threshold, the firmware shall send a DEV_ERROR message with a TEMPERATURE_WARNING status to the host, When the temperature reach the threshold, the firmware shall stop all running algorithms and sensors (as if DEV_STOP was called), and send a TEMPERATURE_SHUTDOWN status to the user.
Definition at line 830 of file t265-messages.h.
uint32_t t265::sensor_set_temperature::dwIndex |
Temperature sensor index: 0x0 - VPU, 0x1 - IMU, 0x2 - BLE
Definition at line 831 of file t265-messages.h.
float_t t265::sensor_set_temperature::fThreshold |
The new sensor's threshold temperature
Definition at line 832 of file t265-messages.h.