|
Data Fields | |
acc_ref_app_smart_presence_config_t * | app_config |
acc_detector_presence_config_t * | current_presence_config |
uint32_t | current_num_zones |
smart_presence_mode_t | current_mode |
presence_detector_context_t | wakeup_context |
presence_detector_context_t | nominal_context |
presence_detector_context_t * | current_context |
acc_sensor_t * | sensor |
void * | buffer |
acc_cal_result_t | sensor_cal_result |
float * | zone_limits |
float * | distances |
uint32_t | num_distances |
uint32_t | delay_count |
uint32_t | max_zone_time_n |
uint32_t | max_switch_delay_n |
uint32_t * | wakeup_detections |
acc_smart_presence_zone_result_t * | zone_results |
acc_ref_app_tank_level_config_t * | app_config |
float * | level_history |
uint16_t | level_history_length |
float * | median_vector |
uint16_t | median_vector_length |
uint16_t | median_counter |
uint16_t | mean_counter |
uint16_t | median_edge_status_count |
uint16_t | mean_edge_status_count |
acc_detector_distance_handle_t * | detector_handle |
uint32_t | buffer_size |
void * | calibration_buffer |
uint32_t | calibration_buffer_size |
Definition at line 146 of file ref_app_smart_presence.c.
acc_ref_app_tank_level_config_t* app_context_t::app_config |
Definition at line 120 of file ref_app_tank_level.c.
acc_ref_app_smart_presence_config_t* app_context_t::app_config |
Definition at line 148 of file ref_app_smart_presence.c.
void * app_context_t::buffer |
Definition at line 156 of file ref_app_smart_presence.c.
uint32_t app_context_t::buffer_size |
Definition at line 132 of file ref_app_tank_level.c.
void* app_context_t::calibration_buffer |
Definition at line 133 of file ref_app_tank_level.c.
uint32_t app_context_t::calibration_buffer_size |
Definition at line 134 of file ref_app_tank_level.c.
presence_detector_context_t* app_context_t::current_context |
Definition at line 154 of file ref_app_smart_presence.c.
smart_presence_mode_t app_context_t::current_mode |
Definition at line 151 of file ref_app_smart_presence.c.
uint32_t app_context_t::current_num_zones |
Definition at line 150 of file ref_app_smart_presence.c.
acc_detector_presence_config_t* app_context_t::current_presence_config |
Definition at line 149 of file ref_app_smart_presence.c.
uint32_t app_context_t::delay_count |
Definition at line 161 of file ref_app_smart_presence.c.
acc_detector_distance_handle_t* app_context_t::detector_handle |
Definition at line 130 of file ref_app_tank_level.c.
float* app_context_t::distances |
Definition at line 159 of file ref_app_smart_presence.c.
float* app_context_t::level_history |
Definition at line 122 of file ref_app_tank_level.c.
uint16_t app_context_t::level_history_length |
Definition at line 123 of file ref_app_tank_level.c.
uint32_t app_context_t::max_switch_delay_n |
Definition at line 163 of file ref_app_smart_presence.c.
uint32_t app_context_t::max_zone_time_n |
Definition at line 162 of file ref_app_smart_presence.c.
uint16_t app_context_t::mean_counter |
Definition at line 127 of file ref_app_tank_level.c.
uint16_t app_context_t::mean_edge_status_count |
Definition at line 129 of file ref_app_tank_level.c.
uint16_t app_context_t::median_counter |
Definition at line 126 of file ref_app_tank_level.c.
uint16_t app_context_t::median_edge_status_count |
Definition at line 128 of file ref_app_tank_level.c.
float* app_context_t::median_vector |
Definition at line 124 of file ref_app_tank_level.c.
uint16_t app_context_t::median_vector_length |
Definition at line 125 of file ref_app_tank_level.c.
presence_detector_context_t app_context_t::nominal_context |
Definition at line 153 of file ref_app_smart_presence.c.
uint32_t app_context_t::num_distances |
Definition at line 160 of file ref_app_smart_presence.c.
acc_sensor_t * app_context_t::sensor |
Definition at line 155 of file ref_app_smart_presence.c.
acc_cal_result_t app_context_t::sensor_cal_result |
Definition at line 157 of file ref_app_smart_presence.c.
presence_detector_context_t app_context_t::wakeup_context |
Definition at line 152 of file ref_app_smart_presence.c.
uint32_t* app_context_t::wakeup_detections |
Definition at line 164 of file ref_app_smart_presence.c.
float* app_context_t::zone_limits |
Definition at line 158 of file ref_app_smart_presence.c.
acc_smart_presence_zone_result_t* app_context_t::zone_results |
Definition at line 165 of file ref_app_smart_presence.c.