1
0
Fork 0
flightgear/src/FDM/SP
Gary Preston 8958b4d130 Cleanup unused variable warning.
Remove, comment out or relocate variables as appropriate to silence
unused variable warning.
2017-04-06 18:26:18 +09:00
..
ACMS.cxx provide a property /orientation/track 2010-01-03 22:26:16 +01:00
ACMS.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
ADA.cxx Fix ADA compilation. 2013-02-11 22:16:02 +00:00
ADA.hxx Fix some FDM warnings with Clang 2016-01-10 12:55:18 -06:00
AISim.cpp Cleanup unused variable warning. 2017-04-06 18:26:18 +09:00
AISim.hpp Make sure the AISim code compiles with the latest SIMD code changes in simgear 2017-01-29 15:27:41 +01:00
Balloon.cxx Use simgear vector instead of plib vectors. 2009-03-18 08:00:09 +01:00
Balloon.h James Turner: 2008-07-29 08:27:48 +00:00
BalloonSim.cpp VS2013 fixes for some FDMs. 2016-01-27 14:00:09 +00:00
BalloonSim.h VS2013 fixes for some FDMs. 2016-01-27 14:00:09 +00:00
MagicCarpet.cxx Fix , wrong groundspeed indication for UFO 2015-07-10 11:07:34 +02:00
MagicCarpet.hxx Add the BalloonSim and MagicCarpet fdm's back in (i seriously thought this had been done, oops) 2008-07-26 07:19:13 +00:00
README A first stab at an ACMS (Aircraft Condition Monitoring System) Special Purpose support FDM. Move the ADA FDM into the Special Purpose directory and make the SP FDM's a configure option. 2004-10-19 11:10:20 +00:00

This directory contains special purpose FDM's that should not be of
interest to the common user. At this time there is a special FDM to
support ACMS files which are generated from flight recorder data
(http://www.sasflightops.com/dlk/acms.htm).