VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
launchSmokePSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfobjcore/vrfProcessStateRepository.h
"
9
#include "
vrfutil/rwReal.h
"
10
#include "
vrfutil/rwBoolean.h
"
11
15
16
#include "
vrfobjcore/vrfobjcoreDefines.h
"
17
class
DT_DLL_vrfobjcore
DtLaunchSmokePSR
:
public
DtVrfProcessStateRepository
18
{
19
public
:
20
22
DtLaunchSmokePSR
(
DtVrfObject
* vrfObject,
23
const
DtString
& rwName = DtString::nullString(),
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtLaunchSmokePSR
(
const
DtLaunchSmokePSR
& orig,
28
const
DtString
& rwName = DtString::nullString(),
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
virtual
~
DtLaunchSmokePSR
();
33
35
DtLaunchSmokePSR
&
operator=
(
const
DtLaunchSmokePSR
& orig);
36
38
virtual
DtVrfProcessStateRepository
*
clone
(
39
const
DtString
& rwName = DtString::nullString(),
40
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
41
43
virtual
DtString
type
()
const
;
44
47
virtual
void
setLaunchAtNearestThreat(
bool
enabled);
48
virtual
bool
launchAtNearestThreat()
const
;
49
52
virtual
void
setHeading(
const
double
heading);
53
virtual
const
double
heading()
const
;
54
55
public
:
57
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
58
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
59
60
protected
:
61
DtRwReal
myHeading
;
62
DtRwBoolean
myLaunchAtNearestThreat
;
63
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)