![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
The SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter. More...
#include <sensor_fusion.h>
Data Fields | |
float | fLPH |
low pass filtered height (m) More... | |
float | fLPT |
low pass filtered temperature (C) More... | |
float | fdeltat |
fusion time interval (s) More... | |
float | flpf |
low pass filter coefficient More... | |
int32_t | systick |
systick timer More... | |
int8_t | resetflag |
flag to request re-initialization on next pass More... | |
The SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter.
Definition at line 260 of file sensor_fusion.h.
float fdeltat |
fusion time interval (s)
Definition at line 264 of file sensor_fusion.h.
Referenced by fInit_1DOF_P_BASIC().
float flpf |
low pass filter coefficient
Definition at line 265 of file sensor_fusion.h.
Referenced by fInit_1DOF_P_BASIC(), and fRun_1DOF_P_BASIC().
float fLPH |
low pass filtered height (m)
Definition at line 262 of file sensor_fusion.h.
Referenced by fInit_1DOF_P_BASIC(), and fRun_1DOF_P_BASIC().
float fLPT |
low pass filtered temperature (C)
Definition at line 263 of file sensor_fusion.h.
Referenced by fInit_1DOF_P_BASIC(), and fRun_1DOF_P_BASIC().
int8_t resetflag |
flag to request re-initialization on next pass
Definition at line 267 of file sensor_fusion.h.
Referenced by fInit_1DOF_P_BASIC(), and fRun_1DOF_P_BASIC().
int32_t systick |