From: Jon S. B. <jon...@co...> - 2009-02-03 16:59:54
|
One thing I've wondered is if it would be helpful to make the FGFCS (flight control manager) code "virtual" so that perhaps a different Run() method could be built that would somehow "call" Matlab/Simulink, so that control code generated there could drive JSBSim instead of the normal FGFCS::Run() method. It wouldn't even have to me Matlab that was "called" (which I don't know if that's even possible), but instead perhaps some autogenerated code could be in the derived ::Run() method. Just a thought. Jon |