diff options
Diffstat (limited to 'facetracknoir/clientfiles/flightgear/protocol/headtracker.xml')
-rw-r--r-- | facetracknoir/clientfiles/flightgear/protocol/headtracker.xml | 67 |
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> |