]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.IO
call puaLargeInput's checkKey() if active (fixes ctrl-c)
[flightgear.git] / docs-mini / README.IO
index 9388fcbbaf0106e5af825be66722a12a145b4c86..3321adef42e46b0ae967911325aa0f4cb64bdc56 100644 (file)
@@ -29,7 +29,7 @@ Generic Communication:
     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]
+    i/o to a file:                file,dir,hz,filename,protocol[,repeat[,count]]
 
     See README.protocol for how to define a generic protocol.
 
@@ -90,6 +90,9 @@ File I/O:
 
     --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: