|
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_t * | frame |
Result provided by the processing module.
Definition at line 71 of file acc_processing.h.
bool acc_processing_result_t::calibration_needed |
Indication of calibration needed The sensor calibration needs to be redone if this indication is set.
Definition at line 84 of file acc_processing.h.
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.
Definition at line 76 of file acc_processing.h.
acc_int16_complex_t* acc_processing_result_t::frame |
Pointer to the frame data
Definition at line 91 of file acc_processing.h.
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.
Definition at line 80 of file acc_processing.h.
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.
Definition at line 89 of file acc_processing.h.