Functions | |
int | TapMngInit (void) |
Initial processing. Create task. More... | |
int | TapMngStart (struct tap_mng_start_param *sta_prm, int *ctl_id) |
Start Accel sensor and detect tap. More... | |
int | TapMngStop (int ctl_id) |
Stop the Accel sensor and stop tap detection. More... | |
int | TapMngFin (void) |
Finalize processing. More... | |
int TapMngInit | ( | void | ) |
Initial processing. Create task.
int TapMngStart | ( | struct tap_mng_start_param * | sta_prm, |
int * | ctl_id | ||
) |
Start Accel sensor and detect tap.
[in] | sta_prm | : Coefficient required for tap detection |
[out] | ctl_id | : Id identifying generated TapClass |
int TapMngStop | ( | int | ctl_id | ) |
Stop the Accel sensor and stop tap detection.
[in] | ctl_id | : ctl_id of the tap to stop |
int TapMngFin | ( | void | ) |
Finalize processing.