Update option outputs for the AV400 protocol.
This commit is contained in:
parent
544abe7ea9
commit
9c6c87a385
2 changed files with 14 additions and 0 deletions
|
@ -243,6 +243,8 @@
|
|||
|
||||
<!-- IO Options -->
|
||||
<io-options>IO Options</io-options>
|
||||
<AV400-desc>Emit the Garmin AV400 protocol required to drive a Garmin 196/296 series GPS</garmin-desc>
|
||||
<AV400Sim-desc>Emit the set of AV400 strings required to drive a Garmin 400-series GPS from FlightGear</garmin-desc>
|
||||
<garmin-desc>Open connection using the Garmin GPS protocol</garmin-desc>
|
||||
<joyclient-desc>Open connection to an Agwagon joystick</joyclient-desc>
|
||||
<jsclient-desc>Open connection to a remote joystick</jsclient-desc>
|
||||
|
|
12
options.xml
12
options.xml
|
@ -889,6 +889,18 @@
|
|||
<description>strings/generic-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>AV400</name>
|
||||
<arg>params</arg>
|
||||
<description>strings/AV400-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>AV400Sim</name>
|
||||
<arg>params</arg>
|
||||
<description>strings/AV400Sim-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>garmin</name>
|
||||
<arg>params</arg>
|
||||
|
|
Loading…
Reference in a new issue