_CBFusionRawData
This function sets the Callback for new raw data from SpacePoint Fusion.
Prototype :
fun [ObjFusion fun [ObjFusion u0 [I I I] [I I I] [I I I] [I I]] u1 u0] ObjFusion
- ObjFusion : an ObjFusion object
- fun [ObjFusion u0 [I I I] [I I I] [I I I] [I I]] u1 : SCOL CallBack function to call. The supplemental arguments are :
- [I I I] : x, y, z magnetometer values
- [I I I] : x, y, z accelerometer values
- [I I I] : x, y, z gyroscope values
- [I I] :
- u0 : an user parameter
Return : ObjFusion the same object or NIL if the function fails
See also :
Example :
Note :