From 6fbb5aaf99636ea9918a863581ee6f25747bdae4 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Mon, 7 Nov 2011 21:49:12 +0100 Subject: [PATCH] navradio: set receiver's signal-quality-norm to 0 when navaid station is lost --- src/Instrumentation/navradio.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index 2103bb364..076839c36 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -440,6 +440,7 @@ void FGNavRadio::updateReceiver(double dt) _gsNeedleDeflectionNorm = 0.0; heading_node->setDoubleValue(0.0); inrange_node->setBoolValue(false); + signal_quality_norm_node->setDoubleValue(0.0); return; } -- 2.39.5