VR-Forces 4.1 Class Documentation
cruiseMisLaunchPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cruiseMisLaunchPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtCruiseMissileLaunchControllerPSR_H_
13 #define DtCruiseMissileLaunchControllerPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrfutil/rwReal.h"
17 
22 
23 
26 {
27 public:
28 
31  const DtString& rwName = DtString::nullString(),
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36  const DtString& rwName = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
44 
47  const DtString& rwName = DtString::nullString(),
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
51  virtual DtString type() const;
52 
54  virtual void setLastLaunchTime(double time);
55  virtual double lastLaunchTime() const;
56 
57 public:
58 
60  static DtVrfProcessStateRepository* creator (const DtString& rwName,
61  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
62 
63 protected:
64 
66 };
67 
68 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)