[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.37,1.38
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-17 22:35:09
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14250/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: fixed problem writing to account database, added command state update as part of create update for new objects at client, removed application-level command ack Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** tcPlatformInterface.h 29 Mar 2005 00:12:23 -0000 1.37 --- tcPlatformInterface.h 17 Apr 2005 22:34:59 -0000 1.38 *************** *** 134,142 **** * @param alt_m goal altitude of platform in meters */ ! void SetAltitude(float alt_m) {mpPlatformObj->mcGS.mfGoalAltitude_m = alt_m;} /// sets maximum +/- pitch for air objects in degrees, workaround to slow descent for cv landing void SetPitchLimitDeg(float lim_deg); /// sets speed of platform ! void SetSpeed(float speed_kts) {mpPlatformObj->SetSpeed(speed_kts);} /// set speed of platform to maximum speed (use SetThrottle for aero air objects) void SetSpeedToMax(); --- 134,142 ---- * @param alt_m goal altitude of platform in meters */ ! void SetAltitude(float alt_m); /// sets maximum +/- pitch for air objects in degrees, workaround to slow descent for cv landing void SetPitchLimitDeg(float lim_deg); /// sets speed of platform ! void SetSpeed(float speed_kts); /// set speed of platform to maximum speed (use SetThrottle for aero air objects) void SetSpeedToMax(); |