diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 20:54:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 20:54:29 +0200 |
commit | 63b239409380e7e736f01ca6b43ecf9dfaabad94 (patch) | |
tree | 6ecb3b6b0fcb3d860fb91cf0fc425496ffd6e67d /facetracknoir/ClientFiles_/FlightGear/Protocol/headtracker.xml | |
parent | cfd2ac0e5c7cf1e1efa5eda145965db4cf656dcc (diff) |
rename part two
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> |