-
Notifications
You must be signed in to change notification settings - Fork 4
/
input_protocol.xml
39 lines (33 loc) · 987 Bytes
/
input_protocol.xml
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
<?xml version="1.0"?>
<PropertyList>
<generic>
<input>
<line_separator>newline</line_separator>
<var_separator>tab</var_separator>
<chunk>
<name>/controls/flight/aileron</name>
<node>/controls/flight/aileron</node>
<type>float</type>
<format>%f</format>
</chunk>
<chunk>
<name>/controls/flight/elevator</name>
<node>/controls/flight/elevator</node>
<type>float</type>
<format>%f</format>
</chunk>
<chunk>
<name>/controls/flight/rudder</name>
<node>/controls/flight/rudder</node>
<type>float</type>
<format>%f</format>
</chunk>
<chunk>
<name>/controls/engines/engine/throttle</name>
<node>/controls/engines/engine/throttle</node>
<type>float</type>
<format>%f</format>
</chunk>
</input>
</generic>
</PropertyList>