summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml
blob: cd1d0dadd8387a96cfe02b26b22f9b45a6595311 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0"?>

<PropertyList>
	<generic>
		<input>
			<binary_mode>true</binary_mode>
			<binary_footer>none</binary_footer>
			<byte_order>host</byte_order>
			<record_length>52</record_length>

			<chunk>
				<name>x</name>
				<type>double</type>
				<node>/sim/headtracker/x-m</node>
			</chunk>

			<chunk>
				<name>y</name>
				<type>double</type>
				<node>/sim/headtracker/y-m</node>
			</chunk>

			<chunk>
				<name>z</name>
				<type>double</type>
				<node>/sim/headtracker/z-m</node>
			</chunk>

			<chunk>
				<name>heading</name>
				<type>double</type>
				<node>/sim/headtracker/heading-deg</node>
			</chunk>

			<chunk>
				<name>pitch</name>
				<type>double</type>
				<node>/sim/headtracker/pitch-deg</node>
			</chunk>

			<chunk>
				<name>roll</name>
				<type>double</type>
				<node>/sim/headtracker/roll-deg</node>
			</chunk>

			<chunk>
				<name>status</name>
				<type>int</type>
				<node>/sim/headtracker/status</node>
			</chunk>
		</input>

		<output>
			<binary_mode>true</binary_mode>
			<binary_footer>none</binary_footer>
			<byte_order>host</byte_order>
			<record_length>4</record_length>

			<chunk>
				<name>control</name>
				<type>int</type>
				<node>/sim/headtracker/control</node>
			</chunk>
		</output>
	</generic>
</PropertyList>