]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.protocol
- fill in probe[0] before using
[flightgear.git] / docs-mini / README.protocol
index f159c1bc28884643b19d2786ae52ed600049ae89..60b4f3ef6767fa9d81465c45880905e269f57614 100644 (file)
@@ -1,7 +1,7 @@
 The generic communication protocol for FlightGear provides a powerful way
 of adding a simple ASCII based or binary input/output protocol, just by
 defining an XML encoded configuration file and placing it in the
-$FG_ROOT/data/Protocols/ directory.
+$FG_ROOT/Protocol/ directory.
 
 
 
@@ -138,12 +138,12 @@ Chunks can also consist of a single constant <format>, like in:
 
 Writes log of this form:
 
-V=1736
-H=17647
-P=004.6
-V=1780
-H=18105
-P=006.4
+V=16
+H=3.590505
+P=3.59
+V=12
+H=3.589020
+P=3.59
 
 
 
@@ -186,7 +186,7 @@ P=006.4
 
 -- writing data in XML syntax -------------------------------------------------
 
-Assuming the file is called $FG_ROOT/Protocols/xmltest.xml, then it could be
+Assuming the file is called $FG_ROOT/Protocol/xmltest.xml, then it could be
 used as   $ fgfs --generic=file,out,1,/tmp/data.xml,xmltest