]> git.mxchange.org Git - flightgear.git/commit
Added a Gyro helper class to factor out some common code for managing
authordavid <david>
Sat, 25 Jan 2003 19:49:27 +0000 (19:49 +0000)
committerdavid <david>
Sat, 25 Jan 2003 19:49:27 +0000 (19:49 +0000)
commit677c3e3e9ab9598c40a23cc89f99235d618b3a6f
tree1dee997a92cf4bb527a555d296f3d31eed545780
parent4526b1b8eeb93a7cf35914f56a89cf881937f842
Added a Gyro helper class to factor out some common code for managing
a spinning gyro.

Changed FGInstrumentMgr to inherit from FGSubsystemGroup, greatly
simplifying the (already simple) class.  I should probably rename this
to FGInstrumentGroup or something similar, but not today.

Added the gyroscopic turn indicator (part of the TC).
src/Instrumentation/Makefile.am
src/Instrumentation/attitude_indicator.cxx
src/Instrumentation/attitude_indicator.hxx
src/Instrumentation/gyro.cxx [new file with mode: 0644]
src/Instrumentation/gyro.hxx [new file with mode: 0644]
src/Instrumentation/heading_indicator.cxx
src/Instrumentation/heading_indicator.hxx
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/instrument_mgr.hxx
src/Instrumentation/turn_indicator.cxx [new file with mode: 0644]
src/Instrumentation/turn_indicator.hxx [new file with mode: 0644]