Add a property which specifies if the current nav station has a glideslope.
This commit is contained in:
parent
49cace7a21
commit
fcf6021f76
1 changed files with 3 additions and 0 deletions
|
@ -192,6 +192,9 @@ FGNavCom::bind ()
|
|||
sprintf( propname, "/radios/nav[%d]/heading-needle-deflection", index );
|
||||
fgTie( propname, this, &FGNavCom::get_nav_heading_needle_deflection );
|
||||
|
||||
sprintf( propname, "/radios/nav[%d]/has-gs", index );
|
||||
fgTie( propname, this, &FGNavCom::get_nav_has_gs );
|
||||
|
||||
sprintf( propname, "/radios/nav[%d]/gs-needle-deflection", index );
|
||||
fgTie( propname, this, &FGNavCom::get_nav_gs_needle_deflection );
|
||||
|
||||
|
|
Loading…
Reference in a new issue