MT2523 API Reference
LinkIt SDK v4
|
The required input physical sensor list to register the fusion algorithms. More...
#include <sensor_alg_interface.h>
Data Fields | |
uint32_t | input_type |
Sensor type. More... | |
uint32_t | sampling_delay |
The sampling interval of the input data needs to be faster than this value, measured in milliseconds. More... | |
struct sensor_input_list * | next_input |
The next data in the linked list. More... | |
uint32_t | timeout |
Sets the batch timeout in ms. More... | |
The required input physical sensor list to register the fusion algorithms.
uint32_t input_type |
Sensor type.
struct sensor_input_list* next_input |
The next data in the linked list.
uint32_t sampling_delay |
The sampling interval of the input data needs to be faster than this value, measured in milliseconds.
uint32_t timeout |
Sets the batch timeout in ms.