Searched defs:SensorInformation (Results 1 – 1 of 1) sorted by relevance
175 struct SensorInformation { struct176 char sensorName[SENSOR_NAME_MAX_LEN]; /**< Sensor name */177 char vendorName[SENSOR_NAME_MAX_LEN]; /**< Sensor vendor */178 char firmwareVersion[SENSOR_VERSION_MAX_LEN]; /**< Sensor firmware version */179 char hardwareVersion[SENSOR_VERSION_MAX_LEN]; /**< Sensor hardware version */180 int32_t sensorTypeId; /**< Sensor type ID (described in {@link SensorTypeTag}) */181 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */182 float maxRange; /**< Maximum measurement range of the sensor */183 float accuracy; /**< Sensor accuracy */184 float power; /**< Sensor power */[all …]