Add kx165 flightrecorder component and use it for SenecaII
also downgrade double to float to save some space
This commit is contained in:
parent
6088b75a52
commit
fddd2b6e61
1 changed files with 65 additions and 0 deletions
65
Aircraft/Generic/flightrecorder/components/kx165.xml
Normal file
65
Aircraft/Generic/flightrecorder/components/kx165.xml
Normal file
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- flight recorder configuration -->
|
||||
<!-- NAV/COMM radio, matches Aircraft/Instruments-3d/kx165 -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/comm[%i]/serviceable</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/nav[%i]/serviceable</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/nav[%i]/power-btn</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/comm[%i]/frq-swap-btn</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/comm[%i]/frequencies/selected-mhz</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/comm[%i]/frequencies/standby-mhz</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/comm[%i]/volume</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/comm[%i]/test-btn</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/nav[%i]/frq-swap-btn</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/nav[%i]/frequencies/selected-mhz</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/nav[%i]/frequencies/standby-mhz</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/nav[%i]/volume</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>bool</type>
|
||||
<property type="string">/instrumentation/nav[%i]/audio-btn</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property type="string">/instrumentation/comm[%i]/dimming-norm</property>
|
||||
</signal>
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in a new issue