acc_processing_result_t Struct Reference

Result provided by the processing module. More...

#include <acc_processing.h>

Data Fields

bool data_saturated
 
bool frame_delayed
 
bool calibration_needed
 
int16_t temperature
 
acc_int16_complex_tframe
 

Detailed Description

Field Documentation

◆ calibration_needed

bool acc_processing_result_t::calibration_needed

Indication of calibration needed The sensor calibration needs to be redone if this indication is set.

Examples
example_detector_presence.c, example_service.c, and example_service_calibration_caching.c.

Definition at line 84 of file acc_processing.h.

◆ data_saturated

bool acc_processing_result_t::data_saturated

Indication of sensor data being saturated, can cause data corruption. Lower the receiver gain if this indication is set.

Examples
example_detector_presence.c.

Definition at line 76 of file acc_processing.h.

◆ frame

◆ frame_delayed

bool acc_processing_result_t::frame_delayed

Indication of a delayed frame. The frame rate might need to be lowered if this indication is set.

Examples
example_detector_presence.c.

Definition at line 80 of file acc_processing.h.

◆ temperature

int16_t acc_processing_result_t::temperature

Temperature in sensor during measurement (in degree Celsius). Note that it has poor absolute accuracy and should only be used for relative temperature measurements.

Examples
example_service_calibration_caching.c.

Definition at line 89 of file acc_processing.h.


The documentation for this struct was generated from the following file: