-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.xml
More file actions
40 lines (40 loc) · 1 KB
/
Copy pathinput.xml
File metadata and controls
40 lines (40 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<PropertyList>
<generic>
<input>
<line_separator>newline</line_separator>
<var_separator>:</var_separator>
<!-- ##### Flight Controls -->
<chunk>
<name>aileron</name>
<type>double</type>
<node>/controls/flight/aileron</node>
</chunk>
<chunk>
<name>elevator</name>
<type>double</type>
<node>/controls/flight/elevator</node>
</chunk>
<chunk>
<name>rudder</name>
<type>double</type>
<node>/controls/flight/rudder</node>
</chunk>
<chunk>
<name>throttle</name>
<type>double</type>
<node>/controls/engines/engine[0]/throttle</node>
</chunk>
<chunk>
<name>flaps</name>
<type>double</type>
<node>/controls/flight/flaps</node>
</chunk>
<chunk>
<name>brakes</name>
<type>bool</type>
<node>/controls/gear/brake-parking</node>
</chunk>
</input>
</generic>
</PropertyList>