ADF2 support
New "--adf2" option. Also introducing "--adf1" for consistency, while keeping legacy "--adf".
This commit is contained in:
parent
a009cddaef
commit
1df48528c3
5 changed files with 29 additions and 6 deletions
|
@ -288,7 +288,8 @@
|
|||
<com2-desc>Set the COM2 radio frequency</com2-desc>
|
||||
<nav1-desc>Set the NAV1 radio frequency, optionally preceded by a radial.</nav1-desc>
|
||||
<nav2-desc>Set the NAV2 radio frequency, optionally preceded by a radial.</nav2-desc>
|
||||
<adf-desc>Set the ADF radio frequency, optionally preceded by a card rotation.</adf-desc>
|
||||
<adf1-desc>Set the ADF1 radio frequency, optionally preceded by a card rotation.</adf1-desc>
|
||||
<adf2-desc>Set the ADF2 radio frequency, optionally preceded by a card rotation.</adf2-desc>
|
||||
<dme-desc>Slave the ADF to one of the NAV radios, or set its internal frequency.</dme-desc>
|
||||
|
||||
<situation-options>Situation Options</situation-options>
|
||||
|
|
|
@ -270,7 +270,8 @@
|
|||
<com2-desc>Establece la radio frecuencia de COM2</com2-desc>
|
||||
<nav1-desc>Establece la radio frecuencia de NAV1, opcionalmente precedida por un radial.</nav1-desc>
|
||||
<nav2-desc>Establece la radio frecuencia de NAV2, opcionalmente precedida por un radial.</nav2-desc>
|
||||
<adf-desc>Establece la radio frecuencia de ADF, opcionalmente precedida por una rotacionde carta.</adf-desc>
|
||||
<adf1-desc>Establece la radio frecuencia de ADF1, opcionalmente precedida por una rotacionde carta.</adf1-desc>
|
||||
<adf2-desc>Establece la radio frecuencia de ADF2, opcionalmente precedida por una rotacionde carta.</adf2-desc>
|
||||
<dme-desc>Esclaviza la ADF a una de las radios NAV, o establece su frecuencia interna.</dme-desc>
|
||||
|
||||
<situation-options>Opciones de emergencias</situation-options>
|
||||
|
|
|
@ -235,7 +235,8 @@
|
|||
<avionics-options>Avionica Opties</avionics-options>
|
||||
<nav1-desc>Zet de NAV1 radio frequentie, eventueel voorafgegaand door een radial</nav1-desc>
|
||||
<nav2-desc>Zet de NAV2 radio frequentie, eventueel voorafgegaand door een radial</nav2-desc>
|
||||
<adf-desc>Zet de ADF radio frequentie, eventueel voorafgegaand door een kaart verdraaing</adf-desc>
|
||||
<adf1-desc>Zet de ADF1 radio frequentie, eventueel voorafgegaand door een kaart verdraaing</adf1-desc>
|
||||
<adf2-desc>Zet de ADF2 radio frequentie, eventueel voorafgegaand door een kaart verdraaing</adf2-desc>
|
||||
<dme-desc>Maak de ADF afhankelijk van een van de radio's, of zet zijn interne frequentie</dme-desc>
|
||||
|
||||
<situation-options>Situatie opties</situation-options>
|
||||
|
|
10
options.xml
10
options.xml
|
@ -845,9 +845,15 @@
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<name>adf</name>
|
||||
<name>adf1</name>
|
||||
<arg>[rotation:]frequency</arg>
|
||||
<description>strings/adf-desc</description>
|
||||
<description>strings/adf1-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>adf2</name>
|
||||
<arg>[rotation:]frequency</arg>
|
||||
<description>strings/adf2-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
|
|
|
@ -1080,7 +1080,21 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
archive="y">0</offset-sec>
|
||||
</clock>
|
||||
|
||||
<adf>
|
||||
<adf n="0">
|
||||
<frequencies>
|
||||
<selected-khz type="int">379</selected-khz>
|
||||
<standby-khz type="int">341</standby-khz>
|
||||
</frequencies>
|
||||
<serviceable type="bool"
|
||||
archive="y">true</serviceable>
|
||||
<indicated-bearing-deg type="double">90</indicated-bearing-deg>
|
||||
<error-deg type="double">2</error-deg>
|
||||
<mode>adf</mode>
|
||||
<rotation-deg type="double">0</rotation-deg>
|
||||
<volume-norm type="double">0.5</volume-norm>
|
||||
</adf>
|
||||
|
||||
<adf n="1">
|
||||
<frequencies>
|
||||
<selected-khz type="int">379</selected-khz>
|
||||
<standby-khz type="int">341</standby-khz>
|
||||
|
|
Loading…
Reference in a new issue