]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/sample.xml
Add a new tool called fgviewer.
[flightgear.git] / utils / xmlgrep / sample.xml
1 <?xml version="1.0"?>
2
3 <Configuration>
4
5  <output>
6   <frequency-hz>48000</frequency-hz>
7   <interval-hz>20</interval-hz>
8   <num-speakers>2</num-speakers>
9
10   <tmp><!-- --></tmp>
11   <test n="0" ëlémènt="bjôrn"/>
12   <test n="1"/>
13   <test n="2"/>
14
15   <menu><name>* Traffic, # taxiing to runway (.</name></menu>
16   <sample><test>        * Traffic, # taxiing to runway (.    </test></sample>
17
18   <!--
19     - x is positive to the right
20     - y is positive upwards
21     - z is positive backwards
22    -->
23   <speaker n="0">
24    <channel>0</channel>
25    <volume-norm>1.0</volume-norm>
26    <desc><!-- empty --></desc>
27   </speaker>
28
29   <speaker n="1">
30    <channel>1</channel>
31    <volume-norm>1.0</volume-norm>
32    <desc>
33                                    <!--
34       empty                                            --></desc>
35   </speaker>
36
37   <script><![CDATA[
38       getprop(call(sprintf, size(arg));
39       c--; x >>= 33;
40       // --> comment ]>
41   ;]]></script>
42  </output>
43
44  <backend>
45   <name type="stereo">ALSA Hardware</name>
46   <Output>
47    <renderer>hw:0</renderer>
48    <channels>2</channels>
49    <!-- periods>16</periods -->
50    <frequency-hz>44100</frequency-hz>
51    <bits-per-sample>16</bits-per-sample>
52   </Output>
53   <Input>
54    <renderer>default</renderer>
55    <frequency-hz>44100</frequency-hz>
56   </Input>
57  </backend>
58
59  <nasal>
60   <YF23>
61    <script><![CDATA[
62     # If the ground-roll-heading-hold has been reset (<-999) set:
63     if(agl > 50) {};
64    ]]></script>
65   </YF23>
66  </nasal>
67
68 </Configuration>