* Roy Vegard Ovesen -- Saturday 19 August 2006 19:35:
> I use FlightGear's logging system to log to a csv file, and let kst read that 
> file. Kst updates as the file grows. 

Ah, ok. Have to try that, too. Definitely a convenient way to log
preconfigured sets of properties.



> I haven't tried the FIFO method, but the log file method works grat for me. 
> Another advantage is that the data is stored in the log file. Not knowing 
> everything about FIFOs I'm guessing that the data is only "stored" in kst 
> with this method.

Yes. The fifo/pipe solution has only one advantage: if one develops in Nasal,
then it's far quicker to type print("PLOT ", some_local_var) than to mess with
properties. Well, and it's more Unixish, too.  ;-)

m.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to