![]() |
MotionAT Software Library
MotionAT Software Library Documentation
|
MOTION_AT_Exported_Functions
Functions | |
| void | MotionAT_Initialize (void) |
| Initialize MotionAT engine (dynamically allocate memory) More... | |
| void | MotionAT_Deinitialize (void) |
| Deinitialize MotionAT engine (free dynamically allocated memory) More... | |
| void | MotionAT_Update (MAT_input_t *data_in, MAT_output_t *data_out) |
| Run Active Time algorithm. More... | |
| uint8_t | MotionAT_GetLibVersion (char *version) |
| Get the library version. More... | |
Detailed Description
Function Documentation
| void MotionAT_Deinitialize | ( | void | ) |
Deinitialize MotionAT engine (free dynamically allocated memory)
- Parameters
-
None
- Return values
-
None
| uint8_t MotionAT_GetLibVersion | ( | char * | version | ) |
Get the library version.
- Parameters
-
version pointer to an array of 35 char
- Return values
-
Number of characters in the version string
| void MotionAT_Initialize | ( | void | ) |
Initialize MotionAT engine (dynamically allocate memory)
- Parameters
-
None
- Return values
-
None
| void MotionAT_Update | ( | MAT_input_t * | data_in, |
| MAT_output_t * | data_out | ||
| ) |
Run Active Time algorithm.
- Parameters
-
data_in pointer to MAT_input_t structure data_out pointer to MAT_output_t structure
- Return values
-
None
Generated on Fri Nov 24 2017 15:23:39 for MotionAT Software Library by
1.8.9.1
