summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/clientfiles/FlightGear/Protocol
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
commitaa8a392c18f726d5bbb0f40e261744ce4d612500 (patch)
tree825553fb533ad20105641ef2d10f91c8753cf9be /facetracknoir/clientfiles/FlightGear/Protocol
parentfcc69215e6156a8afc186aadd22ab2d7821d52d6 (diff)
mv only
Diffstat (limited to 'facetracknoir/clientfiles/FlightGear/Protocol')
-rw-r--r--facetracknoir/clientfiles/FlightGear/Protocol/headtracker.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/facetracknoir/clientfiles/FlightGear/Protocol/headtracker.xml b/facetracknoir/clientfiles/FlightGear/Protocol/headtracker.xml
deleted file mode 100644
index 8c14119a..00000000
--- a/facetracknoir/clientfiles/FlightGear/Protocol/headtracker.xml
+++ /dev/null
@@ -1,54 +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/current-view/x-offset-m</node>
- </chunk>
-
- <chunk>
- <name>y</name>
- <type>double</type>
- <node>/sim/current-view/y-offset-m</node>
- </chunk>
-
- <chunk>
- <name>z</name>
- <type>double</type>
- <node>/sim/current-view/z-offset-m</node>
- </chunk>
-
- <chunk>
- <name>heading</name>
- <type>double</type>
- <node>/sim/current-view/heading-offset-deg</node>
- </chunk>
-
- <chunk>
- <name>pitch</name>
- <type>double</type>
- <node>/sim/current-view/pitch-offset-deg</node>
- </chunk>
-
- <chunk>
- <name>roll</name>
- <type>double</type>
- <node>/sim/current-view/roll-offset-deg</node>
- </chunk>
-
- <chunk>
- <name>status</name>
- <type>int</type>
- <node>/sim/current-view/headtracker-debug-status</node>
- </chunk>
- </input>
- </generic>
-</PropertyList>