VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
launchSmokeTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrftasks/simTask.h
"
12
#include <vlutil/vlNetTypes.h>
13
#include "
vrfutil/rwBoolean.h
"
14
#include "
vrfutil/rwReal.h
"
15
#include "
vrftasks/radioMsgTypes.h
"
16
#include "
vrftasks/vrftasksDefines.h
"
17
22
class
DT_DLL_vrftasks
DtLaunchSmokeTask
:
public
DtSimTask
23
{
24
public
:
25
27
DtLaunchSmokeTask
();
28
30
DtLaunchSmokeTask
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
virtual
~
DtLaunchSmokeTask
();
35
37
DtLaunchSmokeTask
(
const
DtString
& writeName,
const
38
DtLaunchSmokeTask
& orig,
DtReaderWriterRegistry
*
39
parentRegistry = 0);
40
42
DtLaunchSmokeTask
&
operator=
(
const
DtLaunchSmokeTask
& orig);
43
45
virtual
const
DtSimTaskMessageType
&
type
()
const
;
46
48
virtual
DtSimTask
*
clone
(
const
DtString
& name,
49
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
50
52
virtual
DtString
stringRep
()
const
;
53
56
57
virtual
const
bool
launchAtNearestThreat()
const
;
58
virtual
void
setLaunchAtNearestThreat(
bool
v);
60
63
64
virtual
double
launchHeading()
const
;
65
virtual
void
setLaunchHeading(
double
heading);
67
72
virtual
int
netRepSize
()
const
;
73
77
virtual
bool
setFromNet
(
const
char
* contentBuffer,
78
unsigned
contentSize);
79
83
virtual
bool
setToNet
();
84
85
static
DtSimTask
* creator();
86
87
protected
:
88
89
DtRwBoolean
myLaunchAtNearestThreat
;
90
DtRwReal
myLaunchHeading
;
91
};
92
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
)