ref_app_breathing_config_t Struct Reference

Breathing application config container. More...

#include <ref_app_breathing.h>

Data Fields

uint16_t time_series_length_s
 
uint16_t lowest_breathing_rate
 
uint16_t highest_breathing_rate
 
uint16_t num_dists_to_analyze
 
bool use_presence_processor
 
uint16_t distance_determination_duration_s
 
acc_detector_presence_config_tpresence_config
 

Detailed Description

Breathing application config container.

Definition at line 25 of file ref_app_breathing.h.

Field Documentation

◆ distance_determination_duration_s

uint16_t ref_app_breathing_config_t::distance_determination_duration_s

Time to determine distance to presence

Definition at line 50 of file ref_app_breathing.h.

◆ highest_breathing_rate

uint16_t ref_app_breathing_config_t::highest_breathing_rate

Highest anticipated breathing rate (breaths per minute)

Definition at line 38 of file ref_app_breathing.h.

◆ lowest_breathing_rate

uint16_t ref_app_breathing_config_t::lowest_breathing_rate

Lowest anticipated breathing rate (breaths per minute)

Definition at line 34 of file ref_app_breathing.h.

◆ num_dists_to_analyze

uint16_t ref_app_breathing_config_t::num_dists_to_analyze

Number of distance to analyze in breathing

Definition at line 42 of file ref_app_breathing.h.

◆ presence_config

acc_detector_presence_config_t* ref_app_breathing_config_t::presence_config

Presence config

Definition at line 54 of file ref_app_breathing.h.

◆ time_series_length_s

uint16_t ref_app_breathing_config_t::time_series_length_s

Length of time series

Definition at line 30 of file ref_app_breathing.h.

◆ use_presence_processor

bool ref_app_breathing_config_t::use_presence_processor

Use presence detector to determine distance to motion

Definition at line 46 of file ref_app_breathing.h.


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