VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 <
readerWriter/rwReal.h
>
10
#include <
readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)