|
#include <acc_detector_presence.h>
Data Fields | |
float | start_m |
float | end_m |
float | step_length_m |
uint16_t | num_points |
acc_config_profile_t | profile |
brief Metadata for presence detector
Definition at line 93 of file acc_detector_presence.h.
float acc_detector_presence_metadata_t::end_m |
Actual end point of measurement in m. This can be useful to know the exact end point of the measurement in m. The resolution of each point is approximately 2.5mm
Definition at line 106 of file acc_detector_presence.h.
uint16_t acc_detector_presence_metadata_t::num_points |
Number of data points in measurement. This is calculated from the requested start and end point and the resulting step length. This corresponds to the length of the depthwise inter/intra presence score results, which can be useful to know already at detector creation.
Definition at line 120 of file acc_detector_presence.h.
acc_config_profile_t acc_detector_presence_metadata_t::profile |
Profile used. This can be useful when automatic selection of profile based on start point is enabled through acc_detector_presence_config_auto_profile_set NOTE! Only valid if automatic_subsweeps is disabled
Definition at line 127 of file acc_detector_presence.h.
float acc_detector_presence_metadata_t::start_m |
Actual start point of measurement in m. This can be useful to know the exact start point of the measurement in m. The resolution of each point is approximately 2.5mm
Definition at line 100 of file acc_detector_presence.h.
float acc_detector_presence_metadata_t::step_length_m |
Actual step length between each data point of the measurement in m. This can be useful when automatic selection of step length based on the profile is enabled through acc_detector_presence_config_auto_step_length_set NOTE! Only valid if automatic_subsweeps is disabled
Definition at line 113 of file acc_detector_presence.h.