1
0
Fork 0
This commit is contained in:
mfranz 2008-06-04 20:21:35 +00:00
parent c9d2243960
commit d4d14ba5ba

View file

@ -1,7 +1,7 @@
The generic communication protocol for FlightGear provides a powerful way The generic communication protocol for FlightGear provides a powerful way
of adding a simple ASCII based or binary input/output protocol, just by of adding a simple ASCII based or binary input/output protocol, just by
defining an XML encoded configuration file and placing it in the defining an XML encoded configuration file and placing it in the
$FG_ROOT/data/Protocols/ directory. $FG_ROOT/Protocol/ directory.
@ -186,7 +186,7 @@ P=3.59
-- writing data in XML syntax ------------------------------------------------- -- 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 used as $ fgfs --generic=file,out,1,/tmp/data.xml,xmltest