]> git.mxchange.org Git - flightgear.git/commit
Patch from Julian Foad:
authordavid <david>
Sun, 7 Jul 2002 13:29:52 +0000 (13:29 +0000)
committerdavid <david>
Sun, 7 Jul 2002 13:29:52 +0000 (13:29 +0000)
commitbf58dbd3c99b26929ee59081de459e04e2000140
tree193c4c3e1087cea636df5281128af2e7a17a8c2b
parentee8c5d0a3a381af237bc0453b7ba53ad8d11c169
Patch from Julian Foad:

- tidies up the update-time-step handling (making it a simple "dt");
- makes the altimeter get a proper pressure, and the (unused) vacuum
  calculation get a proper RPM (*);
- replaces property name look-ups with static pointers to property nodes.

Notes from DPM:

- the static pointers are a very bad idea, but they're only temporary;
  I plan to make FGSteam into a proper subsystem soon, and then they
  can be member variables
- I fixed the patch to get the current static pressure from the
  /environment/pressure-inhg property, so that the altimeter interacts
  properly with FGEnvironment
src/Cockpit/steam.cxx
src/Cockpit/steam.hxx