Lines Matching defs:SensorBasicInformation
41 struct SensorBasicInformation { struct
42 char sensorName[SENSOR_NAME_MAX_LEN]; /* Sensor name */
43 char vendorName[SENSOR_NAME_MAX_LEN]; /* Sensor vendor */
44 char firmwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor firmware version */
45 char hardwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor hardware version */
46 int32_t sensorTypeId; /* Sensor type ID (described in {@link SensorTypeTag}) */
47 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */
48 int32_t maxRange; /* Maximum measurement range of the sensor */
49 int32_t accuracy; /* Sensor accuracy */
50 int32_t power; /* Sensor power */
51 int64_t minDelay; /* Minimum sample period allowed in nanoseconds */
52 int64_t maxDelay; /* Maxmum sample period allowed in nanoseconds */