Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
SV_1DOF_P_BASIC Struct Reference

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
 

Detailed Description

The SV_1DOF_P_BASIC structure contains state information for a pressure sensor/altimeter.

Definition at line 265 of file sensor_fusion.h.

Member Data Documentation

◆ fdeltat

float SV_1DOF_P_BASIC::fdeltat

fusion time interval (s)

Definition at line 269 of file sensor_fusion.h.

◆ flpf

float SV_1DOF_P_BASIC::flpf

low pass filter coefficient

Definition at line 270 of file sensor_fusion.h.

◆ fLPH

float SV_1DOF_P_BASIC::fLPH

low pass filtered height (m)

Definition at line 267 of file sensor_fusion.h.

◆ fLPT

float SV_1DOF_P_BASIC::fLPT

low pass filtered temperature (C)

Definition at line 268 of file sensor_fusion.h.

◆ resetflag

int8_t SV_1DOF_P_BASIC::resetflag

flag to request re-initialization on next pass

Definition at line 272 of file sensor_fusion.h.

◆ systick

int32_t SV_1DOF_P_BASIC::systick

systick timer

Definition at line 271 of file sensor_fusion.h.


The documentation for this struct was generated from the following file: