1<?xml version="1.0" encoding="UTF-8"?>
2
3<!-- flight recorder configuration -->
4<!-- environment -->
5
6<PropertyList>
7
8    <signal>
9        <type>float</type>
10        <property type="string">/environment/wind-speed-kt</property>
11    </signal>
12    <signal>
13        <type>float</type>
14        <property type="string">/environment/wind-from-heading-deg</property>
15    </signal>
16    <signal>
17        <type>float</type>
18        <property type="string">/environment/turbulence/magnitude-norm</property>
19    </signal>
20    <signal>
21        <type>float</type>
22        <property type="string">/environment/temperature-degc</property>
23    </signal>
24    <signal>
25        <type>float</type>
26        <property type="string">/environment/pressure-sea-level-inhg</property>
27    </signal>
28    <signal>
29        <type>float</type>
30        <property type="string">/environment/magnetic-variation-deg</property>
31    </signal>
32    <signal>
33        <type>bool</type>
34        <property type="string">/hazards/icing/wing</property>
35    </signal>
36    <signal>
37        <type>float</type>
38        <property type="string">/environment/visibility-m</property>
39    </signal>
40
41</PropertyList>
42