FlightGear next
inst_vertical_speed_indicator.cxx File Reference
#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]
 

Macro Definition Documentation

◆ MAX_INHG_PER_S

#define MAX_INHG_PER_S   0.0002

Definition at line 135 of file inst_vertical_speed_indicator.cxx.

◆ RESPONSIVENESS

#define RESPONSIVENESS   5.0

Definition at line 132 of file inst_vertical_speed_indicator.cxx.

◆ SEA_LEVEL_INHG

#define SEA_LEVEL_INHG   29.92

Definition at line 129 of file inst_vertical_speed_indicator.cxx.

Variable Documentation

◆ altitude_data

double altitude_data[][2]
static

Definition at line 88 of file inst_vertical_speed_indicator.cxx.

◆ pressure_data

double pressure_data[][2]
static

Definition at line 48 of file inst_vertical_speed_indicator.cxx.