VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
elevMntCpDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: elevMntCpDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtElevationMountComponentDescriptor_H_
16
#define DtElevationMountComponentDescriptor_H_
17
18
#include "
vrfobjparam/actCompDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwInt.h
"
21
#include <vlpi/disEnums.h>
22
23
class
DtReaderWriterRegistry
;
24
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtElevationMountComponentDescriptor
:
public
DtActuatorComponentDescriptor
29
{
30
public
:
32
DtElevationMountComponentDescriptor
(
const
DtString
& componentName,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtElevationMountComponentDescriptor
(
37
const
DtElevationMountComponentDescriptor
& orig,
38
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtElevationMountComponentDescriptor
&
operator=
(
const
42
DtElevationMountComponentDescriptor
& orig);
43
44
virtual
~
DtElevationMountComponentDescriptor
();
45
48
virtual
DtString
type
()
const
;
49
50
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
51
= 0)
const
;
52
53
56
virtual
DtReal maxElevateRate()
const
;
57
virtual
void
setMaxElevateRate(DtReal maxElevateRate);
59
62
virtual
DtReal nominalElevation()
const
;
63
virtual
void
setNominalElevation(DtReal nominalElevation);
65
68
virtual
DtReal elevationRange()
const
;
69
virtual
void
setElevationRange(DtReal elevationRange);
71
73
static
DtComponentDescriptor
*
creator
();
74
75
protected
:
77
DtElevationMountComponentDescriptor
();
78
79
protected
:
83
89
DtRwReal
myNominalElevation
;
90
96
DtRwReal
myElevationRange
;
97
104
DtRwReal
myMaxElevateRate
;
105
107
};
108
109
#endif
110
111
112
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)