|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
The SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter. More...
#include <sensor_fusion.h>
Public Attributes | |
| float | fLPH |
| low pass filtered height (m) | |
| float | fLPT |
| low pass filtered temperature (C) | |
| float | fdeltat |
| fusion time interval (s) | |
| float | flpf |
| low pass filter coefficient | |
| int32_t | systick |
| systick timer | |
| int8_t | resetflag |
| flag to request re-initialization on next pass | |
The SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter.
Definition at line 265 of file sensor_fusion.h.
| float SV_1DOF_P_BASIC::fdeltat |
fusion time interval (s)
Definition at line 269 of file sensor_fusion.h.
| float SV_1DOF_P_BASIC::flpf |
low pass filter coefficient
Definition at line 270 of file sensor_fusion.h.
| float SV_1DOF_P_BASIC::fLPH |
low pass filtered height (m)
Definition at line 267 of file sensor_fusion.h.
| float SV_1DOF_P_BASIC::fLPT |
low pass filtered temperature (C)
Definition at line 268 of file sensor_fusion.h.
| int8_t SV_1DOF_P_BASIC::resetflag |
flag to request re-initialization on next pass
Definition at line 272 of file sensor_fusion.h.
| int32_t SV_1DOF_P_BASIC::systick |
systick timer
Definition at line 271 of file sensor_fusion.h.