VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
takeoffTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#pragma once
16
#include "
vrftasks/simTask.h
"
17
#include <vlutil/vlNetTypes.h>
18
#include "
vrfutil/rwString.h
"
19
#include "
vrfutil/rwVector.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
#include <vlpi/NetStructs.h>
22
25
26
struct
DtNetTakeoffTask
27
{
28
DtNetU8
myLandingStripNameLength
;
29
};
30
35
#include "
vrftasks/vrftasksDefines.h
"
36
class
DT_DLL_vrftasks
DtTakeoffTask
:
public
DtSimTask
37
{
38
39
public
:
40
42
43
DtTakeoffTask
();
44
45
48
49
DtTakeoffTask
(
const
DtString
& writeName,
50
DtReaderWriterRegistry
* parentRegistry = 0);
51
52
54
55
DtTakeoffTask
(
const
DtString
& writeName,
const
56
DtTakeoffTask
& orig,
DtReaderWriterRegistry
*
57
parentRegistry = 0);
58
59
61
62
const
DtTakeoffTask
&
operator=
(
const
63
DtTakeoffTask
& orig);
64
65
virtual
~
DtTakeoffTask
();
66
67
69
70
virtual
const
DtSimTaskMessageType
&
type
()
const
;
71
73
74
virtual
DtSimTask
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
75
parentRegistry = 0)
const
;
76
77
79
80
virtual
DtString
stringRep
()
const
;
81
82
85
virtual
void
setLandingStripName(
const
DtString
&);
86
virtual
const
DtString
& landingStripName()
const
;
88
91
92
virtual
int
netRepSize
()
const
;
93
94
96
97
virtual
bool
setFromNet
(
const
char
* contentBuffer,
98
unsigned
contentSize);
99
100
103
104
virtual
bool
setToNet
();
105
106
static
DtSimTask
* creator();
107
108
protected
:
109
DtRwObjectName
myLandingStripName
;
110
};
111
112
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
)