#include <Airports/airport.hxx>
#include <Airports/dynamics.hxx>
#include <FDM/fdm_shell.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Main/util.hxx>
#include <Scenery/scenery.hxx>
#include <Traffic/Schedule.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/timing/sg_time.hxx>
#include <cmath>
#include <ctime>
#include <iostream>
#include <signal.h>
#include <string>
#include "AIAircraft.hxx"
#include "AIFlightPlan.hxx"
#include "AIManager.hxx"
#include "performancedata.hxx"
#include "performancedb.hxx"
#include <ATC/atc_mgr.hxx>
#include <ATC/ATCController.hxx>
#include <ATC/trafficcontrol.hxx>
Go to the source code of this file.
◆ fgIsFinite()
double fgIsFinite |
( |
double | x | ) |
|
|
extern |
◆ limitRateOfChange()
double limitRateOfChange |
( |
double | cur, |
|
|
double | target, |
|
|
double | maxDeltaSec, |
|
|
double | dt ) |