Parameters for the Sensor Descriptor. More...
#include <sensor_common.h>
Data Fields | |
uint16_t | property_id |
Property ID for sensor. | |
uint16_t | positive_tolerance |
12-bit value for possible positive sensor error | |
uint16_t | negative_tolerance |
12-bit value for possible negative sensor error | |
uint8_t | sampling_function |
Sampling function applied to measured sensor values. | |
uint8_t | measurement_period |
Period over which measurement is taken in seconds. | |
uint8_t | update_interval |
Interval between measurement updates in seconds. | |
Parameters for the Sensor Descriptor.
Definition at line 179 of file sensor_common.h.