Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h81 struct SensorBasicInfo { struct
82 char sensorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor name */
83 char vendorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor vendor */
87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */
88 int32_t maxRange; /**< Maximum measurement range of the sensor */
89 int32_t accuracy; /**< Sensor accuracy */
90 int32_t power; /**< Sensor power */
91 int64_t minDelay; /**< Minimum sample period allowed in nanoseconds */
92 int64_t maxDelay; /**< Maxmum sample period allowed in nanoseconds */
93 uint32_t fifoMaxEventCount; /**< Fifo Max Event Count */
[all …]
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_info.cpp20 SensorBasicInfo::SensorBasicInfo() : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(fal… in SensorBasicInfo() function in OHOS::Sensors::SensorBasicInfo