FlightGear next
|
#include <algorithm>
#include <cmath>
#include <simgear/constants.h>
#include <simgear/math/interpolater.hxx>
#include "airspeed_indicator.hxx"
#include <Main/fg_props.hxx>
#include <Main/util.hxx>
#include <Environment/environment_mgr.hxx>
#include <Environment/environment.hxx>
Go to the source code of this file.
Macros | |
#define | RESPONSIVENESS 50.0 |
#define RESPONSIVENESS 50.0 |
Definition at line 26 of file airspeed_indicator.cxx.