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

Functions

double fgIsFinite (double x)
 
double limitRateOfChange (double cur, double target, double maxDeltaSec, double dt)
 

Function Documentation

◆ fgIsFinite()

double fgIsFinite ( double x)
extern

Definition at line 15 of file AIShip.cxx.

◆ limitRateOfChange()

double limitRateOfChange ( double cur,
double target,
double maxDeltaSec,
double dt )

Definition at line 1681 of file AIAircraft.cxx.