]> git.mxchange.org Git - flightgear.git/commit
Fixed navradio when shutting down/restarting nav receiver.
authorThorsten Brehm <brehm@patagonia.southamerica>
Tue, 5 Oct 2010 20:34:08 +0000 (22:34 +0200)
committerThorsten Brehm <brehm@patagonia.southamerica>
Tue, 5 Oct 2010 20:34:08 +0000 (22:34 +0200)
commit9be636555cc4e82e0bd74a54e77b4adfb84f9d31
tree2a5c2098a3eb765d09deeeaab656686fe332d6fa
parent9ffaf11aa5e78ee5c6864fdaa0c3d0a5ea9097d1
Fixed navradio when shutting down/restarting nav receiver.
"nav-loc" and "has_gs" properties were not updated when nav receiver was rebooted.

Shutting down the nav receiver clears all nav outputs (including "nav-loc" and "has_gs").
=> When nav receiver is powered again, all outputs must be updated.
=> "nav-loc" and "has_gs" are only updated when active nav station changes.
=> old nav station must be cleared on shutdown to enforce update on nav reboot...
src/Instrumentation/navradio.cxx