Home
last modified time | relevance | path

Searched refs:fDisGl (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
DDecodeCommandBytes.c184 sfg->SV_9DOF_GBY_KALMAN.fDisGl[i] = 0.0F; in DecodeCommandBytes()
Dsensor_fusion.h420 float fDisGl[3]; ///< displacement (m) in global frame member
Dfusion.c369 pthisSV->fDisGl[i] = 0.0F; in fInit_9DOF_GBY_KALMAN()
1415 pthisSV->fDisGl[i] += pthisSV->fVelGl[i] * pthisSV->fdeltat; in fRun_9DOF_GBY_KALMAN()
Doutput_stream.c818 if (nine_axis_kalman) ftmp = sfg->SV_9DOF_GBY_KALMAN.fDisGl[i] * 100.0F; in CreateAndSendPackets()