MotionFD Software Library: MOTION_FD_Exported_Functions

Motion FD

MotionFD Software Library
MotionFD Software Library Documentation
MOTION_FD_Exported_Functions

Functions

void MotionFD_Initialize (void)
 Initialize the MotionFD engine. More...
 
void MotionFD_Update (MFD_input_t *data_in, MFD_output_t *data_out)
 Run fall detection algorithm. More...
 
uint8_t MotionFD_GetLibVersion (char *version)
 Get the library version. More...
 

Detailed Description

Function Documentation

uint8_t MotionFD_GetLibVersion ( char *  version)

Get the library version.

Parameters
versionpointer to an array of 35 char
Return values
Numberof characters in the version string
void MotionFD_Initialize ( void  )

Initialize the MotionFD engine.

Parameters
none
Return values
none
void MotionFD_Update ( MFD_input_t data_in,
MFD_output_t data_out 
)

Run fall detection algorithm.

Parameters
data_inpointer to accaleration in [g] and atmospheric pressure in [hPa]
data_outpointer to fall detection flag
Return values
none
Generated on Fri Aug 25 2017 10:59:41 for MotionFD Software Library by   doxygen 1.8.9.1