2011/2/5 Jon S. Berndt <jonsber...@comcast.net>:
>
> I'll have to go back and look at the [JSBSim] code again. I'd like to figure
> out how to make resetting work better from the API - more "naturally" and
> without having to reload the aircraft model. This would be useful for both
> the JSBSim standalone executable and for any larger simulation framework
> that incorporates JSBSim.
>

Hi Jon,

You may already know that but the current behaviour of Flight Gear
reset process is coded at a higher level than JSBSim glue code
(JSBSim.cxx). The reset process is to unbind - delete - create a new
instance of the FDM no matter which FDM is used in Flight Gear (check
FDMShell:reinit() in src/FDM/fdm_shell.cxx). So in order to make
Flight Gear use the improvements you are mentioning, this will need to
be a joint effort between Flight Gear, JSBSim and possibly the
developers of the other FDMs. However this should not prevent this
improvement to be made on JSBSim side :-)

Cheers,

Bertrand.

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to