VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
embarkationDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/componentDescriptor.h
"
15
#include "
vrfutil/rwReal.h
"
16
#include "
vrfutil/rwInt.h
"
17
18
class
DtReaderWriterRegistry
;
19
22
#include "
vrfobjparam/vrfobjparamDefines.h
"
23
class
DT_DLL_vrfobjparam
DtEmbarkationDescriptor
:
public
DtComponentDescriptor
24
{
25
public
:
27
DtEmbarkationDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
28
parentRegistry = 0);
29
31
DtEmbarkationDescriptor
(
const
DtEmbarkationDescriptor
& orig,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtEmbarkationDescriptor
&
operator=
(
const
36
DtEmbarkationDescriptor
& orig);
37
39
virtual
~
DtEmbarkationDescriptor
();
40
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
46
= 0)
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
double
responseTimeout()
const
;
54
virtual
void
setResponseTimeout(
double
value);
56
59
virtual
int
responseRetries()
const
;
60
virtual
void
setResponseRetries(
int
value);
62
65
virtual
bool
stopAtEmbarkationPoint()
const
;
66
virtual
void
setStopAtEmbarkationPoint(
bool
value);
68
71
virtual
bool
invisibleAtOrigin()
const
;
72
virtual
void
setInvisibleAtOrigin(
bool
value);
74
75
private
:
77
DtEmbarkationDescriptor
();
78
79
protected
:
83
89
DtRwReal
myResponseTimeout
;
90
95
DtRwInt
myResponseRetries
;
96
102
DtRwBoolean
myStopAtEmbarkationPoint
;
103
109
DtRwBoolean
myInvisibleAtOrigin
;
110
112
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)