RE: [Flightgear-devel] How does the Replay Subsystem work?

2004-12-05 Thread heckelyu
>Hmm, this is the internal replay system which replays actual FlightGear >flights and doesn't interact with any external connection? Yes, it is the internal replay system. What I did based on it are: - Change the short, mid, long terms to one term only. - At the initialization phase, read the

Re: [Flightgear-devel] How does the Replay Subsystem work?

2004-12-05 Thread Erik Hofman
[EMAIL PROTECTED] wrote: Thanks Erik. I failed to find acms.xml file in official released 0.9.6 base file...but I understood you point. You are right, this has been developed after the 0.9.6 release. After checking codes, I found that the replay works without interaction with FDM because:

RE: [Flightgear-devel] How does the Replay Subsystem work?

2004-12-05 Thread heckelyu
Thanks Erik. I failed to find acms.xml file in official released 0.9.6 base file...but I understood you point. After checking codes, I found that the replay works without interaction with FDM because: if ( ! replay_master->getBoolValue() ) { cur_fdm_state->update( delta_time

Re: [Flightgear-devel] How does the Replay Subsystem work?

2004-11-30 Thread Erik Hofman
[EMAIL PROTECTED] wrote: Hi, I am trying to read flight data from a FDR (Flight Data Recorder, black box) and input some of the data into FlightGear's Replay system to display the flight. If using the Replay functionality in the FlightGear and I only care some of the values such as: -Longitude

[Flightgear-devel] How does the Replay Subsystem work?

2004-11-30 Thread heckelyu
Title: How does the Replay Subsystem work? Hi, I am trying to read flight data from a FDR (Flight Data Recorder, black box) and input some of the data into FlightGear's Replay system to display the flight. If using the Replay functionality in the FlightGear and I only care some of the valu