1
0
Fork 0
flightgear/FDM
curt 750b319de7 LaRCsim maintains all it's variables internally. I had been copying all of
them back and forth to the FG struture everytime I updated the flight model.
However, I have realized that this is not necessary.  I just need to copy
the control positions and environmental parameters into the LaRCsim structure
before updating the FDM, then copy every thing back out into the publick FGFS
structure afterwords.  This seems to solve (or at least help) a westward
drift problem some poeple had been observing.
1998-12-14 13:31:06 +00:00
..
flight.cxx Renamed class fgFLIGHT to class FGState as per request by JSB. 1998-12-05 15:53:59 +00:00
flight.hxx Renamed class fgFLIGHT to class FGState as per request by JSB. 1998-12-05 15:53:59 +00:00
LaRCsim.cxx LaRCsim maintains all it's variables internally. I had been copying all of 1998-12-14 13:31:06 +00:00
LaRCsim.hxx Renamed class fgFLIGHT to class FGState as per request by JSB. 1998-12-05 15:53:59 +00:00
Makefile.am Stubbed in a new flight model called "External" which is expected to be driven 1998-12-04 01:29:37 +00:00