VR-Forces 4.3 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
vrfobjparam
embarkationDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: embarkationDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtEmbarkationDescriptor_H_
16
#define DtEmbarkationDescriptor_H_
17
18
#include "
vrfobjparam/componentDescriptor.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwInt.h
"
21
22
class
DtReaderWriterRegistry
;
23
26
#include "
vrfobjparam/vrfobjparamDefines.h
"
27
class
DT_DLL_vrfobjparam
DtEmbarkationDescriptor
:
public
DtComponentDescriptor
28
{
29
public
:
31
DtEmbarkationDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
32
parentRegistry = 0);
33
35
DtEmbarkationDescriptor
(
const
DtEmbarkationDescriptor
& orig,
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
DtEmbarkationDescriptor
&
operator=
(
const
40
DtEmbarkationDescriptor
& orig);
41
43
virtual
~
DtEmbarkationDescriptor
();
44
47
virtual
DtString
type
()
const
;
48
49
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
50
= 0)
const
;
51
53
static
DtComponentDescriptor
*
creator
();
54
57
virtual
double
responseTimeout()
const
;
58
virtual
void
setResponseTimeout(
double
value);
60
63
virtual
int
responseRetries()
const
;
64
virtual
void
setResponseRetries(
int
value);
66
69
virtual
bool
stopAtEmbarkationPoint()
const
;
70
virtual
void
setStopAtEmbarkationPoint(
bool
value);
72
73
private
:
75
DtEmbarkationDescriptor
();
76
77
protected
:
81
87
DtRwReal
myResponseTimeout
;
88
93
DtRwInt
myResponseRetries
;
94
100
DtRwBoolean
myStopAtEmbarkationPoint
;
101
103
};
104
105
#endif
106
107
108
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)