]> git.mxchange.org Git - flightgear.git/commit
Rename some existing variables/methods in the navcomm module for
authordavid <david>
Fri, 4 Jul 2003 19:13:03 +0000 (19:13 +0000)
committerdavid <david>
Fri, 4 Jul 2003 19:13:03 +0000 (19:13 +0000)
commitba8b2bfca39cf04a9ac8446bd9703759b0700358
treecae8d951a5c2708b5fd2f1b80f2efa224b7a0248
parentfa4d245555a2ae6eeeb21b8a0ea45300c93edc11
Rename some existing variables/methods in the navcomm module for
clarity:

  nav_radial => nav_target_radial (same as selected, except for a LOC)
  nav_heading => nav_reciprocal_radial
  nav_magvar => nav_twist (it's not always the same as magvar)
  nav_heading_needle_deflection => nav_cdi_deflection
  nav_gs_needle_deflection => nav_gs_deflection

Added nav_radial back in, but now it shows the current radial from the
VOR, as one would expect.  This value also appears in the
/radios/nav[*]/radials/actual-deg property.
src/Autopilot/newauto.cxx
src/Cockpit/navcom.cxx
src/Cockpit/navcom.hxx
src/Network/native_gui.cxx