VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrftasks
verticalLandingTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include "
vrftasks/simTask.h
"
13
#include <vlutil/vlNetTypes.h>
14
#include "
vrfutil/rwString.h
"
15
#include "
vrfutil/rwVector.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
#include <vlpi/netStructs.h>
18
21
22
struct
DtNetVerticalLandingTask
23
{
24
DtNetU8
myControlObjectNameLength
;
25
};
26
31
#include "
vrftasks/vrftasksDefines.h
"
32
class
DT_DLL_vrftasks
DtVerticalLandingTask
:
public
DtSimTask
33
{
34
35
public
:
36
38
DtVerticalLandingTask
();
39
42
DtVerticalLandingTask
(
const
DtString
& writeName,
43
DtReaderWriterRegistry
* parentRegistry = 0);
44
46
DtVerticalLandingTask
(
const
DtString
& writeName,
const
47
DtVerticalLandingTask
& orig,
DtReaderWriterRegistry
*
48
parentRegistry = 0);
49
51
const
DtVerticalLandingTask
&
operator=
(
const
52
DtVerticalLandingTask
& orig);
53
54
virtual
~
DtVerticalLandingTask
();
55
57
virtual
const
DtSimTaskMessageType
&
type
()
const
;
58
60
virtual
DtSimTask
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
61
parentRegistry = 0)
const
;
62
64
virtual
DtString
stringRep
()
const
;
65
67
virtual
void
setControlObjectName(
const
DtString
& name);
68
virtual
const
DtString
& controlObjectName()
const
;
69
72
virtual
int
netRepSize
()
const
;
73
75
virtual
bool
setFromNet
(
const
char
* contentBuffer,
76
unsigned
contentSize);
77
80
virtual
bool
setToNet
();
81
82
static
DtSimTask
* creator();
83
84
protected
:
85
DtRwObjectName
myControlObjectName
;
86
};
87
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)