]> git.mxchange.org Git - flightgear.git/commit
Added static port system and a new altimeter model connected to it.
authordavid <david>
Fri, 27 Sep 2002 18:27:58 +0000 (18:27 +0000)
committerdavid <david>
Fri, 27 Sep 2002 18:27:58 +0000 (18:27 +0000)
commit8d5714084e76ab923c08aae431dbdb9e516aaf96
tree91b13b95c572d28fb36843f71871fafcbb00470d
parentd150450b06e33266e568066900af27d4ef336134
Added static port system and a new altimeter model connected to it.
The static port uses the

  /systems/static/

property subtree, and the altimeter uses the

  /instrumentation/altimeter/

property subtree.
src/Instrumentation/Makefile.am
src/Instrumentation/altimeter.cxx [new file with mode: 0644]
src/Instrumentation/altimeter.hxx [new file with mode: 0644]
src/Instrumentation/attitude_indicator.cxx
src/Instrumentation/instrument_mgr.cxx
src/Systems/Makefile.am
src/Systems/static.cxx [new file with mode: 0644]
src/Systems/static.hxx [new file with mode: 0644]
src/Systems/system_mgr.cxx