#include "AircraftPerformance.hxx"
#include <cassert>
#include <algorithm>
#include <simgear/constants.h>
#include <Main/fg_props.hxx>
Go to the source code of this file.
◆ computeMachFromIAS()
| double computeMachFromIAS |
( |
int | iasKnots, |
|
|
int | altitudeFt ) |
◆ distanceForTimeAndSpeeds()
| double distanceForTimeAndSpeeds |
( |
double | tSec, |
|
|
double | v1, |
|
|
double | v2 ) |
◆ oatCForAltitudeFt()
| double oatCForAltitudeFt |
( |
int | altitudeFt | ) |
|
◆ oatKForAltitudeFt()
| double oatKForAltitudeFt |
( |
int | altitudeFt | ) |
|
◆ pressureAtAltitude()
| double pressureAtAltitude |
( |
int | altitude | ) |
|
◆ readTags()
◆ stringListContains()
| static bool stringListContains |
( |
const string_list & | t, |
|
|
const std::string & | s ) |
|
static |