Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17709/include/sim
Modified Files:
tcLauncher.h tcLauncherState.h
Log Message:
mission editor mode changes
Index: tcLauncher.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncher.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** tcLauncher.h 18 Dec 2005 04:10:32 -0000 1.23
--- tcLauncher.h 18 Dec 2005 18:48:16 -0000 1.24
***************
*** 130,133 ****
--- 130,134 ----
int GetLauncherStatus();
tcGameObject* GetParent() const;
+ float GetPointingElevation() const;
float GetSectorCenter() const; ///< returns center of engagement sector in radians
float GetSectorWidth() const; ///< returns width of engagement sector in radians
Index: tcLauncherState.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncherState.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** tcLauncherState.h 22 Jun 2005 01:21:27 -0000 1.17
--- tcLauncherState.h 18 Dec 2005 18:48:16 -0000 1.18
***************
*** 65,69 ****
static void AttachSimState(tcSimState* ss) {simState = ss;}
! void AddFullLauncher(tnPoolIndex anKey, float azimuth_rad, const std::string& displayName);
float EstimateInterceptTimeForLauncher(unsigned nLauncher, tcTrack& track);
const char* GetFireControlSensorClass(unsigned nLauncher) const;
--- 65,70 ----
static void AttachSimState(tcSimState* ss) {simState = ss;}
! void AddFullLauncher(tnPoolIndex anKey, float azimuth_rad, float elevation_rad,
! const std::string& displayName);
float EstimateInterceptTimeForLauncher(unsigned nLauncher, tcTrack& track);
const char* GetFireControlSensorClass(unsigned nLauncher) const;
|