acc_detector_distance_definitions.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  acc_detector_cal_result_dynamic_t
 The result from a completed calibration update. More...
 
#define ACC_DETECTOR_CAL_RESULT_DYNAMIC_DATA_SIZE   (8U)
 The size of the result from a completed calibration update. More...
 
enum  acc_detector_distance_peak_sorting_t { ACC_DETECTOR_DISTANCE_PEAK_SORTING_CLOSEST, ACC_DETECTOR_DISTANCE_PEAK_SORTING_STRONGEST }
 Enum for peak sorting algorithms. More...
 
enum  acc_detector_distance_threshold_method_t { ACC_DETECTOR_DISTANCE_THRESHOLD_METHOD_FIXED_AMPLITUDE, ACC_DETECTOR_DISTANCE_THRESHOLD_METHOD_FIXED_STRENGTH, ACC_DETECTOR_DISTANCE_THRESHOLD_METHOD_RECORDED, ACC_DETECTOR_DISTANCE_THRESHOLD_METHOD_CFAR }
 Enum for threshold methods. More...
 
enum  acc_detector_distance_reflector_shape_t { ACC_DETECTOR_DISTANCE_REFLECTOR_SHAPE_GENERIC, ACC_DETECTOR_DISTANCE_REFLECTOR_SHAPE_PLANAR }
 Enum for reflector shapes. More...