From: Bertrand <bco...@us...> - 2017-03-03 23:03:23
|
Update of /cvsroot/jsbsim/JSBSim/src/models In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27580/src/models Modified Files: FGFCS.h Log Message: Updated the Doxygen documentation Index: FGFCS.h =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/src/models/FGFCS.h,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -r1.54 -r1.55 *** FGFCS.h 25 Feb 2017 14:23:18 -0000 1.54 --- FGFCS.h 3 Mar 2017 23:03:20 -0000 1.55 *************** *** 431,435 **** /** Sets the propeller pitch command for the specified engine @param engine engine ID number ! @param cmd mixture command in percent (0.0 - 1.0)*/ void SetPropAdvanceCmd(int engine, double cmd); --- 431,435 ---- /** Sets the propeller pitch command for the specified engine @param engine engine ID number ! @param cmd pitch command in percent (0.0 - 1.0)*/ void SetPropAdvanceCmd(int engine, double cmd); |