On Thu, 23 Oct 2003 13:32:14 -0500
 David Culp <[EMAIL PROTECTED]> wrote:
The command line switch --enable-freeze, as well as the properties /sim/freeze/master and /sim/freeze/position don't work (at least not with JSBSim or Yasim). I don't know if they ever have, or if they are a work in progress.

For JSBSim they would need to be wired to the


  void Freeze(void) {frozen = true;}
  void Resume(void) {frozen = false;}

methods of FGFDMExec. I think ...

Jon

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to