Added a Flightdirector Mode checkbox to the Autopilot dialog (Autopilot on / off) for the Primus 1000 system....
This commit is contained in:
parent
d1c4bcea85
commit
2cdd9418d4
1 changed files with 21 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
/autopilot/locks/altitude
|
||||
/autopilot/locks/heading
|
||||
/autopilot/locks/speed
|
||||
/autopilot/locks/passive-mode
|
||||
/autopilot/settings/heading-bug-deg
|
||||
/autopilot/settings/target-agl-ft
|
||||
/autopilot/settings/target-altitude-ft
|
||||
|
@ -449,6 +450,26 @@
|
|||
|
||||
</group> <!-- End of Pitch/Altitude VBox -->
|
||||
</group>
|
||||
|
||||
<hrule><dummy/></hrule>
|
||||
|
||||
<group> <!-- Passive Mode Toggle -->
|
||||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<label>FlightDirector Mode</label>
|
||||
<halign>center</halign>
|
||||
<property>/autopilot/locks/passive-mode</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
</group>
|
||||
|
||||
<hrule><dummy/></hrule>
|
||||
|
||||
<button>
|
||||
<legend>Close</legend>
|
||||
|
|
Loading…
Add table
Reference in a new issue