bugfix: set signal-quality-norm to zero if off or unserviceable
This commit is contained in:
parent
7720c9d89e
commit
ded664e89e
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ FGNavRadio::update(double dt)
|
||||||
void FGNavRadio::clearOutputs()
|
void FGNavRadio::clearOutputs()
|
||||||
{
|
{
|
||||||
inrange_node->setBoolValue( false );
|
inrange_node->setBoolValue( false );
|
||||||
|
signal_quality_norm_node->setDoubleValue( 0.0 );
|
||||||
cdi_deflection_node->setDoubleValue( 0.0 );
|
cdi_deflection_node->setDoubleValue( 0.0 );
|
||||||
cdi_deflection_norm_node->setDoubleValue( 0.0 );
|
cdi_deflection_norm_node->setDoubleValue( 0.0 );
|
||||||
cdi_xtrack_error_node->setDoubleValue( 0.0 );
|
cdi_xtrack_error_node->setDoubleValue( 0.0 );
|
||||||
|
|
Loading…
Reference in a new issue