Lines Matching defs:SensorBasicInformation
42 struct SensorBasicInformation { struct
43 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 */
52 int64_t minDelay; /* Minimum sample period allowed in nanoseconds */
53 int64_t maxDelay; /* Maxmum sample period allowed in nanoseconds */
54 uint32_t fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched */
55 uint32_t reserved; /**< Reserved fields */