VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
releaseBombOnTargetTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrftasks/releaseBombTask.h
"
12
#include "
vrfutil/rwString.h
"
13
15
#include <vlutil/vlNetTypes.h>
16
19
#include "
vrftasks/vrftasksDefines.h
"
20
class
DT_DLL_vrftasks
DtReleaseBombOnTargetTask
:
public
DtReleaseBombTask
21
{
22
public
:
24
DtReleaseBombOnTargetTask
();
25
28
DtReleaseBombOnTargetTask
(
const
DtString
& writeName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtReleaseBombOnTargetTask
(
const
DtString
& writeName,
const
33
DtReleaseBombOnTargetTask
& orig,
DtReaderWriterRegistry
*
34
parentRegistry = 0);
35
37
const
DtReleaseBombOnTargetTask
&
operator=
(
const
38
DtReleaseBombOnTargetTask
& orig);
39
41
virtual
~
DtReleaseBombOnTargetTask
();
42
44
virtual
const
DtSimTaskMessageType
&
type
()
const
;
45
47
virtual
DtSimTask
*
clone
(
const
DtString
& name,
48
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
49
51
virtual
DtString
stringRep
()
const
;
52
54
55
virtual
const
DtString
& entityName()
const
;
56
virtual
void
setEntityName(
const
DtString
& entityName);
58
61
virtual
int
netRepSize
()
const
;
62
64
virtual
bool
setFromNet
(
const
char
* contentBuffer,
unsigned
contentSize);
65
68
virtual
bool
setToNet
();
69
71
static
DtSimTask
* creator();
72
73
protected
:
74
DtRwObjectName
myTargetName
;
75
};
76
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
)