From: Bertrand <bco...@us...> - 2016-06-25 19:55:18
|
Update of /cvsroot/jsbsim/JSBSim/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12178/tests Modified Files: jsbsim.pxd Log Message: Intercept exceptions from more Python routines. Index: jsbsim.pxd =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/tests/jsbsim.pxd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** jsbsim.pxd 16 May 2016 17:25:48 -0000 1.2 --- jsbsim.pxd 25 Jun 2016 19:55:15 -0000 1.3 *************** *** 64,68 **** void Unbind() bool Run() except +convertJSBSimToPyExc ! bool RunIC() except + bool LoadModel(string model, bool add_model_to_path) --- 64,68 ---- void Unbind() bool Run() except +convertJSBSimToPyExc ! bool RunIC() except +convertJSBSimToPyExc bool LoadModel(string model, bool add_model_to_path) *************** *** 72,76 **** string model, bool add_model_to_path) ! bool LoadScript(string script, double delta_t, string initfile) except + bool SetEnginePath(string path) bool SetAircraftPath(string path) --- 72,76 ---- string model, bool add_model_to_path) ! bool LoadScript(string script, double delta_t, string initfile) except +convertJSBSimToPyExc bool SetEnginePath(string path) bool SetAircraftPath(string path) |