summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/ClientFiles/FlightGear/Protocol
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-03-22 20:48:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-03-22 20:48:17 +0100
commit3089c4bbc10e98d18f43e8a70e7a3d0c0eaf0900 (patch)
treec6f985472c05372417ecd4a861f6c2f346b63fd3 /FaceTrackNoIR/ClientFiles/FlightGear/Protocol
parent3e1515e88c6f750c193ed9b9908d8a9c09e5b025 (diff)
Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!
.git/config: [core] ignorecase = false
Diffstat (limited to 'FaceTrackNoIR/ClientFiles/FlightGear/Protocol')
-rw-r--r--FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml67
1 files changed, 0 insertions, 67 deletions
diff --git a/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml b/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml
deleted file mode 100644
index cd1d0dad..00000000
--- a/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?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>