Zephyr API 3.6.99
|
Sensor basic constant information. More...
#include <sensing.h>
Data Fields | |
const char * | name |
Name of the sensor instance. | |
const char * | friendly_name |
Friendly name of the sensor instance. | |
const char * | vendor |
Vendor name of the sensor instance. | |
const char * | model |
Model name of the sensor instance. | |
const int32_t | type |
Sensor type. | |
const uint32_t | minimal_interval |
Minimal report interval in micro seconds. | |
Sensor basic constant information.
const char* sensing_sensor_info::friendly_name |
Friendly name of the sensor instance.
const uint32_t sensing_sensor_info::minimal_interval |
Minimal report interval in micro seconds.
const char* sensing_sensor_info::model |
Model name of the sensor instance.
const char* sensing_sensor_info::name |
Name of the sensor instance.
const int32_t sensing_sensor_info::type |
Sensor type.
const char* sensing_sensor_info::vendor |
Vendor name of the sensor instance.