VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
laseTargetTask.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 "
vrfutil/rwString.h
"
13
#include "vlutil/vlNetTypes.h"
14
23
28
29
struct
DtNetLaseTargetTask
30
{
31
DtNetU8
myTargetNameLength
;
32
};
33
34
#include "
vrftasks/vrftasksDefines.h
"
35
class
DT_DLL_vrftasks
DtLaseTargetTask
:
public
DtSimTask
36
{
37
38
public
:
39
41
DtLaseTargetTask
();
42
45
DtLaseTargetTask
(
const
DtString
& writeName,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
DtLaseTargetTask
(
const
DtString
& writeName,
const
DtLaseTargetTask
&
50
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
51
53
const
DtLaseTargetTask
&
operator=
(
const
DtLaseTargetTask
& orig);
54
55
virtual
~
DtLaseTargetTask
();
56
58
virtual
const
DtSimTaskMessageType
&
type
()
const
;
59
61
virtual
DtSimTask
*
clone
(
const
DtString
& name,
62
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
63
65
virtual
DtString
stringRep
()
const
;
66
68
virtual
DtString
targetName()
const
;
69
virtual
void
setTargetName(
const
DtString
& name);
70
71
74
virtual
int
netRepSize
()
const
;
75
77
virtual
DtBoolean
setFromNet
(
const
char
* contentBuffer,
78
unsigned
contentSize);
79
82
virtual
DtBoolean
setToNet
();
83
84
static
DtSimTask
* creator();
85
86
protected
:
87
88
DtRwObjectName
myTargetName
;
89
90
};
91
92
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)