Home
last modified time | relevance | path

Searched defs:SensorInformation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h177 struct SensorInformation { struct
178 char sensorName[SENSOR_NAME_MAX_LEN]; /**< Sensor name */
179 char vendorName[SENSOR_NAME_MAX_LEN]; /**< Sensor vendor */
180 char firmwareVersion[SENSOR_VERSION_MAX_LEN]; /**< Sensor firmware version */
181 char hardwareVersion[SENSOR_VERSION_MAX_LEN]; /**< Sensor hardware version */
184 float maxRange; /**< Maximum measurement range of the sensor */
185 float accuracy; /**< Sensor accuracy */
186 float power; /**< Sensor power */
187 int64_t minDelay; /**< Minimum sample period allowed in microseconds */
188 int64_t maxDelay; /**< Maxmum sample period allowed in microseconds */
[all …]