hand_motion_detection_result_t Struct Reference

Result type. More...

#include <example_hand_motion_detection.h>

Data Fields

hand_motion_detection_app_mode_t app_mode
 
bool presence_result_available
 
acc_detector_presence_result_t presence_result
 
bool algo_result_available
 
hand_motion_detection_algo_result_t algo_result
 
acc_processing_result_t proc_result
 

Detailed Description

Result type.

Definition at line 81 of file example_hand_motion_detection.h.

Field Documentation

◆ algo_result

hand_motion_detection_algo_result_t hand_motion_detection_result_t::algo_result

Definition at line 87 of file example_hand_motion_detection.h.

◆ algo_result_available

bool hand_motion_detection_result_t::algo_result_available

Definition at line 86 of file example_hand_motion_detection.h.

◆ app_mode

hand_motion_detection_app_mode_t hand_motion_detection_result_t::app_mode

Definition at line 83 of file example_hand_motion_detection.h.

◆ presence_result

acc_detector_presence_result_t hand_motion_detection_result_t::presence_result

Definition at line 85 of file example_hand_motion_detection.h.

◆ presence_result_available

bool hand_motion_detection_result_t::presence_result_available

Definition at line 84 of file example_hand_motion_detection.h.

◆ proc_result

acc_processing_result_t hand_motion_detection_result_t::proc_result

Definition at line 88 of file example_hand_motion_detection.h.


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