|
|
Configuration struct for cargo. More...
#include <example_cargo.h>
Data Fields | |
| uint32_t | magic |
| cargo_container_size_t | container_size |
| bool | activate_utilization_level |
| struct { | |
| float signal_quality | |
| float threshold_sensitivity | |
| } | utilization |
| bool | activate_presence |
| struct { | |
| float update_rate | |
| uint16_t sweeps_per_frame | |
| float signal_quality | |
| float inter_detection_threshold | |
| float intra_detection_threshold | |
| bool rate_is_app_driven | |
| } | presence |
Configuration struct for cargo.
Definition at line 43 of file example_cargo.h.
| bool cargo_config_t::activate_presence |
Definition at line 68 of file example_cargo.h.
| bool cargo_config_t::activate_utilization_level |
Definition at line 49 of file example_cargo.h.
| cargo_container_size_t cargo_config_t::container_size |
Definition at line 47 of file example_cargo.h.
| float cargo_config_t::inter_detection_threshold |
Detection threshold for the inter-frame presence detection
Definition at line 91 of file example_cargo.h.
| float cargo_config_t::intra_detection_threshold |
Detection threshold for the intra-frame presence detection.
Definition at line 96 of file example_cargo.h.
| uint32_t cargo_config_t::magic |
Definition at line 45 of file example_cargo.h.
| struct { ... } cargo_config_t::presence |
| bool cargo_config_t::rate_is_app_driven |
Whether the Presence's frame rate should be app driven. See acc_detector_presence_config_frame_rate_app_driven_set
Definition at line 102 of file example_cargo.h.
| float cargo_config_t::signal_quality |
Signal quality (dB). High quality equals higher HWAAS and better SNR but increases power consumption.
Definition at line 57 of file example_cargo.h.
| uint16_t cargo_config_t::sweeps_per_frame |
Number of sweeps per frame.
Definition at line 80 of file example_cargo.h.
| float cargo_config_t::threshold_sensitivity |
Sensitivity of threshold.
High sensitivity equals low detection threshold, low sensitivity equals high detection threshold.
Definition at line 65 of file example_cargo.h.
| float cargo_config_t::update_rate |
Sets the presence detector update rate (Hz).
Definition at line 75 of file example_cargo.h.
| struct { ... } cargo_config_t::utilization |