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 */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 */[all …]