Searched defs:Sensor_Event (Results 1 – 4 of 4) sorted by relevance
51 struct Sensor_Event { struct52 int32_t sensorTypeId = -1;53 int32_t version = -1;54 int64_t timestamp = -1;55 int32_t option = -1;56 int32_t mode = -1;57 uint8_t *data = nullptr;58 uint32_t dataLen = 0;
289 typedef struct Sensor_Event Sensor_Event; typedef
96 ### Sensor_Event subsection