1
0
Fork 0
flightgear/src/Autopilot
curt 52312f2a13 Restructuring some of the initialization code.
The general idea is to help clean up some aspects of the FDM init and be
able to provide startup conditions in a less ambiguous manner.

Previously, things like positions, orientations, and velocites were set on
"the bus".  These had to be read by the FDMs which then were supposed to
initialized themselves to those values and turn write around and start
modifying those values.  It was messy and cumbersome.

Now, all the initial fdm conditions are written to a sub-[property-]tree
under /sim/presets/

The values in /sim/presets/ always stay set to what the user has specified.
The user can change these at his/her liesure, and then request a "reset"
which will reset to the new conditions.  I don't even want to say how this
worked before. :-)

Now, an script, or gui interface can stage a set of initial conditions while
the sim is running (without disrupting it), and then call "reset" to commit
the change.

People who should worry about all this are FDM writters, and a small few
others who care about over all program structure and flow.
2002-11-15 21:13:29 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
auto_gui.cxx Restructuring some of the initialization code. 2002-11-15 21:13:29 +00:00
auto_gui.hxx A grab bag of tweaks and patches from Norman Vine. 2002-02-05 20:54:08 +00:00
Makefile.am Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
newauto.cxx Restructuring some of the initialization code. 2002-11-15 21:13:29 +00:00
newauto.hxx Fixed the DG heading bug hold to work with the new DG instrumentation. 2002-10-23 16:27:30 +00:00