Home
last modified time | relevance | path

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

/base/sensors/sensor/frameworks/native/include/
Dnative_sensor_impl.h22 struct Sensor_Info { struct
23 char sensorName[NAME_MAX_LEN]; /**< Sensor name */
24 char vendorName[NAME_MAX_LEN]; /**< Sensor vendor */
25 char firmwareVersion[VERSION_MAX_LEN]; /**< Sensor firmware version */
26 char hardwareVersion[VERSION_MAX_LEN]; /**< Sensor hardware version */
27 int32_t sensorTypeId = -1; /**< Sensor type ID */
28 int32_t sensorId = -1; /**< Sensor ID */
29 float maxRange = 0.0; /**< Maximum measurement range of the sensor */
30 float precision = 0.0; /**< Sensor accuracy */
31 float power = 0.0; /**< Sensor power */
[all …]
/base/sensors/sensor/interfaces/kits/c/
Doh_sensor_type.h193 typedef struct Sensor_Info Sensor_Info; typedef