VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
landingTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 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/rwString.h
"
14
#include "
vrfutil/rwVector.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
#include <vlpi/NetStructs.h>
17
20
21
struct
DtNetLandingTask
22
{
23
DtNetU8
myLandingStripNameLength
;
24
};
25
30
#include "
vrftasks/vrftasksDefines.h
"
31
class
DT_DLL_vrftasks
DtLandingTask
:
public
DtSimTask
32
{
33
34
public
:
35
37
38
DtLandingTask
();
39
40
43
44
DtLandingTask
(
const
DtString
& writeName,
45
DtReaderWriterRegistry
* parentRegistry = 0);
46
47
49
50
DtLandingTask
(
const
DtString
& writeName,
const
51
DtLandingTask
& orig,
DtReaderWriterRegistry
*
52
parentRegistry = 0);
53
54
56
57
const
DtLandingTask
&
operator=
(
const
58
DtLandingTask
& orig);
59
60
virtual
~
DtLandingTask
();
61
62
64
65
virtual
const
DtSimTaskMessageType
&
type
()
const
;
66
68
69
virtual
DtSimTask
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
70
parentRegistry = 0)
const
;
71
72
74
75
virtual
DtString
stringRep
()
const
;
76
77
79
80
virtual
void
setLandingStripName(
const
DtString
&);
81
virtual
const
DtString
& landingStripName()
const
;
82
83
86
87
virtual
int
netRepSize
()
const
;
88
89
91
92
virtual
bool
setFromNet
(
const
char
* contentBuffer,
93
unsigned
contentSize);
94
95
98
99
virtual
bool
setToNet
();
100
101
static
DtSimTask
* creator();
102
103
protected
:
104
DtRwObjectName
myLandingStripName
;
105
};
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
)