to find out about this time warp thing, look at the code in native_fdm. I'm not much of a coder, but it might be that flightgear is reading some data and thinks that those numbers are setting a time warp. You could potentionally go into that file (and the header file I think it was) and completely customize the data packet to what you want and then do a recompile.
As for looking at the data... it might be a little long handed (but thats how I worked it when I was worse off and didn't really understand the code).. is to get ethereal and read the data packets coming out of flightgear. I would freeze the simulation, open the browser window, and based on what the code seemed to say it was sending out, look at the packets bytes and correlate the numbers. This site http://babbage.cs.qc.edu/courses/cs341/IEEE-754hex64.html helped with making the conversions. As I said. Long handed. On 6/28/06, Morgan B. Smith <[EMAIL PROTECTED]> wrote: > Basspumped, > Can you tell me more about this timewarp....how do I set it up. How > would I know if there is a problem with the data? What kind of > things should I look at? > ~Morgan > > > At 03:53 PM 6/26/2006, you wrote: > >On 6/26/06, Robicd <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I did experienced a similar behaviour today. > > > > > > I started Flightgear as usual; it started at noon time, after a while > > > turned quick to dark. I opened the Time window, time was running very > > > fast. > > > I stopped Flightgear, started it again, never got the same behaviour. > > > Nothing changed at the command line, it happened just _one_time_. Very > > > strange. > > > > > > I just wanted to point that behaviour to your attention. I can send you > > > FGFS starting command line tomorrow (this one is not the same PC). > > > > > > Roberto > > > > > > >Reminds me... in native fdm there is an option to set set time warp. > > Maybe the data being sent there has something to do with it?? > > > >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-users mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/flightgear-users > > > > 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-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/flightgear-users > 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
