Home
last modified time | relevance | path

Searched defs:SensorData (Results 1 – 1 of 1) sorted by relevance

/base/sensors/sensor/utils/common/include/
Dsensor_data_event.h33 struct SensorData { struct
34 int32_t sensorTypeId; /**< Sensor type ID */
35 int32_t version; /**< Sensor algorithm version */
36 int64_t timestamp; /**< Time when sensor data was reported */
37 int32_t option; /**< Sensor data options, including the measurement range and accuracy */
38 int32_t mode; /**< Sensor data reporting mode (described in {@link SensorMode}) */
39 uint8_t data[SENSOR_MAX_LENGTH]; /**< Sensor data */
40 uint32_t dataLen; /**< Sensor data length */
41 int32_t deviceId; /**< Device ID */
42 int32_t sensorId; /**< Sensor ID */
[all …]