|
FlightGear next
|
#include <limits>#include <simgear/math/interpolater.hxx>#include "inst_vertical_speed_indicator.hxx"#include <Main/fg_props.hxx>#include <Main/util.hxx>Go to the source code of this file.
Macros | |
| #define | SEA_LEVEL_INHG 29.92 |
| #define | RESPONSIVENESS 5.0 |
| #define | MAX_INHG_PER_S 0.0002 |
Variables | |
| static double | pressure_data [][2] |
| static double | altitude_data [][2] |
| #define MAX_INHG_PER_S 0.0002 |
Definition at line 135 of file inst_vertical_speed_indicator.cxx.
| #define RESPONSIVENESS 5.0 |
Definition at line 132 of file inst_vertical_speed_indicator.cxx.
| #define SEA_LEVEL_INHG 29.92 |
Definition at line 129 of file inst_vertical_speed_indicator.cxx.
|
static |
Definition at line 88 of file inst_vertical_speed_indicator.cxx.
|
static |
Definition at line 48 of file inst_vertical_speed_indicator.cxx.