Searched refs:pthisPressure (Results 1 – 2 of 2) sorted by relevance
76 struct PressureSensor *pthisPressure, struct MagCalibration *pthisMagCal);77 void fInit_1DOF_P_BASIC(struct SV_1DOF_P_BASIC *pthisSV, struct PressureSensor *pthisPressure, flo…85 void fRun_1DOF_P_BASIC(struct SV_1DOF_P_BASIC *pthisSV, struct PressureSensor *pthisPressure);
78 struct PressureSensor *pthisPressure, in fFuseSensors() argument86 fRun_1DOF_P_BASIC(pthisSV_1DOF_P_BASIC, pthisPressure); in fFuseSensors()155 struct PressureSensor *pthisPressure, float flpftimesecs) in fInit_1DOF_P_BASIC() argument170 pthisSV->fLPH = pthisPressure->fH; in fInit_1DOF_P_BASIC()171 pthisSV->fLPT = pthisPressure->fT; in fInit_1DOF_P_BASIC()420 struct PressureSensor *pthisPressure) in fRun_1DOF_P_BASIC() argument425 fInit_1DOF_P_BASIC(pthisSV, pthisPressure, FLPFSECS_1DOF_P_BASIC); in fRun_1DOF_P_BASIC()432 pthisSV->fLPH += pthisSV->flpf * (pthisPressure->fH - pthisSV->fLPH); in fRun_1DOF_P_BASIC()433 pthisSV->fLPT += pthisSV->flpf * (pthisPressure->fT - pthisSV->fLPT); in fRun_1DOF_P_BASIC()