Searched defs:SensorBasicInfo (Results 1 – 1 of 1) sorted by relevance
81 struct SensorBasicInfo { struct82 char sensorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor name */83 char vendorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor vendor */84 char firmwareVersion[SENSOR_INFO_VERSION_MAX_LEN]; /**< Sensor firmware version */85 char hardwareVersion[SENSOR_INFO_VERSION_MAX_LEN]; /**< Sensor hardware version */86 int32_t sensorTypeId; /**< Sensor type ID (described in {@link SensorTypeTag}) */87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */88 int32_t maxRange; /**< Maximum measurement range of the sensor */89 int32_t accuracy; /**< Sensor accuracy */90 int32_t power; /**< Sensor power */[all …]