VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
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
24
#include "
vrfobjcore/vrfobjcoreDefines.h
"
25
class
DT_DLL_vrfobjcore
DtCruiseMissileLaunchControllerPSR
:
public
DtVrfProcessStateRepository
26
{
27
public
:
28
30
DtCruiseMissileLaunchControllerPSR
(
DtVrfObject
* vrfObject,
31
const
DtString
& rwName = DtString::nullString(),
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtCruiseMissileLaunchControllerPSR
(
const
DtCruiseMissileLaunchControllerPSR
& orig,
36
const
DtString
& rwName = DtString::nullString(),
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
virtual
~
DtCruiseMissileLaunchControllerPSR
();
41
43
DtCruiseMissileLaunchControllerPSR
&
operator=
(
const
DtCruiseMissileLaunchControllerPSR
& orig);
44
46
virtual
DtVrfProcessStateRepository
*
clone
(
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
65
DtRwReal
myLastLaunchTime
;
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
)