#include <ADA.h>
Definition at line 33 of file ADA.h.
◆ KalmanFilter
Definition at line 36 of file ADA.h.
◆ ADA()
Boardcore::ADA::ADA |
( |
const KalmanFilter::KalmanConfig | kalmanConfig | ) |
|
|
explicit |
◆ getReferenceValues()
Returns the current reference values.
Definition at line 68 of file ADA.cpp.
◆ getState()
- Parameters
-
state | ADA state with altitude and Kalman parameters. |
Definition at line 56 of file ADA.cpp.
◆ setKalmanConfig()
void Boardcore::ADA::setKalmanConfig |
( |
KalmanFilter::KalmanConfig | config | ) |
|
Changes the kalman filter configuration.
Definition at line 63 of file ADA.cpp.
◆ setReferenceValues()
Changes the reference values.
Definition at line 58 of file ADA.cpp.
◆ update() [1/2]
void Boardcore::ADA::update |
( |
| ) |
|
Update the Kalman filter, skipping the correct step.
Definition at line 47 of file ADA.cpp.
◆ update() [2/2]
void Boardcore::ADA::update |
( |
const float | pressure | ) |
|
Update the Kalman filter.
- Parameters
-
pressure | Measured pressure [Pa]. |
Definition at line 37 of file ADA.cpp.
The documentation for this class was generated from the following files:
- src/shared/algorithms/ADA/ADA.h
- src/shared/algorithms/ADA/ADA.cpp