APM:Libraries
|
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Param/AP_Param.h>
#include <DataFlash/DataFlash.h>
#include <AP_SpdHgtControl/AP_SpdHgtControl.h>
Go to the source code of this file.
Classes | |
class | Variometer |
Macros | |
#define | ASPD_FILT 0.05 |
#define | TE_FILT 0.03 |
#define | TE_FILT_DISPLAYED 0.15 |
#define ASPD_FILT 0.05 |
Definition at line 13 of file Variometer.h.
Referenced by Variometer::update().
#define TE_FILT 0.03 |
Definition at line 14 of file Variometer.h.
Referenced by Variometer::update().
#define TE_FILT_DISPLAYED 0.15 |
Definition at line 15 of file Variometer.h.
Referenced by Variometer::update().