Searched defs:SensorBasicInformation (Results 1 – 1 of 1) sorted by relevance
42 struct SensorBasicInformation { struct43 char sensorName[SENSOR_NAME_MAX_LEN]; /* Sensor name */44 char vendorName[SENSOR_NAME_MAX_LEN]; /* Sensor vendor */45 char firmwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor firmware version */46 char hardwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor hardware version */47 int32_t sensorTypeId; /* Sensor type ID (described in {@link SensorTypeTag}) */48 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */49 int32_t maxRange; /* Maximum measurement range of the sensor */50 int32_t accuracy; /* Sensor accuracy */51 int32_t power; /* Sensor power */[all …]