]> git.mxchange.org Git - flightgear.git/commit
Refactoring in preparation to add a turbine engine to YASim. The
authorandy <andy>
Fri, 30 Apr 2004 19:06:29 +0000 (19:06 +0000)
committerandy <andy>
Fri, 30 Apr 2004 19:06:29 +0000 (19:06 +0000)
commitb1c964030d7cb8fc5a161cd40c5ea0300021290e
treed50d8c4982e32fd473b82bdb22d2338a1b88de59
parenta6466e7d2f6043fa4b3fac73be523faffba47ea5
Refactoring in preparation to add a turbine engine to YASim.  The
PistonEngine class has grown an "Engine" superclass.  Some other stuff
moved around too, and I cleaned up some property naming while I was in
there.  This hasn't been tested very thorougly, hopefully I didn't
break anything.
src/FDM/YASim/ControlMap.cpp
src/FDM/YASim/Engine.hpp [new file with mode: 0644]
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/PistonEngine.cpp
src/FDM/YASim/PistonEngine.hpp
src/FDM/YASim/PropEngine.cpp
src/FDM/YASim/PropEngine.hpp
src/FDM/YASim/Thruster.hpp
src/FDM/YASim/YASim.cxx
src/FDM/YASim/yasim-test.cpp