![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2004 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: cruiseMisLaunchPSR.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtCruiseMissileLaunchControllerPSR_H_ 00013 #define DtCruiseMissileLaunchControllerPSR_H_ 00014 00015 #include "vrfobjcore/processSR.h" 00016 #include "vrfutil/rwReal.h" 00017 00022 00023 00024 #include "vrfobjcore/vrfobjcoreDefines.h" 00025 class DT_DLL_vrfobjcore DtCruiseMissileLaunchControllerPSR : public DtVrfProcessStateRepository 00026 { 00027 public: 00028 00030 DtCruiseMissileLaunchControllerPSR(DtVrfObject* vrfObject, 00031 const DtString& rwName = DtString::nullString(), 00032 DtReaderWriterRegistry* parentRegistry = 0); 00033 00035 DtCruiseMissileLaunchControllerPSR(const DtCruiseMissileLaunchControllerPSR& orig, 00036 const DtString& rwName = DtString::nullString(), 00037 DtReaderWriterRegistry* parentRegistry = 0); 00038 00040 virtual ~DtCruiseMissileLaunchControllerPSR(); 00041 00043 DtCruiseMissileLaunchControllerPSR& operator=(const DtCruiseMissileLaunchControllerPSR& orig); 00044 00046 virtual DtVrfProcessStateRepository* clone( 00047 const DtString& rwName = DtString::nullString(), 00048 DtReaderWriterRegistry* parentRegistry = 0) const; 00049 00051 virtual DtString type() const; 00052 00054 virtual void setLastLaunchTime(double time); 00055 virtual double lastLaunchTime() const; 00056 00057 public: 00058 00060 static DtVrfProcessStateRepository* creator (const DtString& rwName, 00061 DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry); 00062 00063 protected: 00064 00065 DtRwReal myLastLaunchTime; 00066 }; 00067 00068 #endif