]> git.mxchange.org Git - flightgear.git/commitdiff
sync. with the base package
authorehofman <ehofman>
Wed, 17 Jun 2009 09:58:12 +0000 (09:58 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 23 Jun 2009 08:54:09 +0000 (10:54 +0200)
docs-mini/README.IO

index 3321adef42e46b0ae967911325aa0f4cb64bdc56..9112d3db8210c2595d1f66389d3aa28062536af1 100644 (file)
@@ -22,14 +22,14 @@ Generic Communication:
     --generic=params
 
     With this option it is possible to output a pre-configured
-    ASCII string using a predefined separator. The configuration is
-    defined in an XML file located in the Protocol directory of
-    the base package.
+    ASCII string or binary sequence  using a predefined separator.
+    The configuration is defined in an XML file located in the
+    Protocol directory of the base package.
 
     params can be:
     serial port communication:    serial,dir,hz,device,baud,protocol
     socket communication:         socket,dir,hz,machine,port,style,protocol
-    i/o to a file:                file,dir,hz,filename,protocol[,repeat[,count]]
+    output to a file:             file,dir,hz,filename,protocol
 
     See README.protocol for how to define a generic protocol.
 
@@ -85,14 +85,6 @@ File I/O:
 
     --native=file,in,10,flight1.fgfs --fdm=external
 
-    You can make the replay from a file loop back to the beginning
-    when it reaches the end of the file with the "repeat" flag:
-
-    --generic=file,in,20,flight.out,playback,repeat
-
-    With a numeric argument, FlightGear will exit after that number of repeats.
-    --generic=file,in,20,flight.out,playback,repeat,5
-
 
 Moving Map Example: