VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
embarkationDesc.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/compDesc.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
67
private
:
69
DtEmbarkationDescriptor
();
70
71
protected
:
75
81
DtRwReal
myResponseTimeout
;
82
87
DtRwInt
myResponseRetries
;
88
90
};
91
92
#endif
93
94
95
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)