VR-Forces Development_Version 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
turretComponentDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: turCompDesc.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtTurretComponentDescriptor_H_
16
#define DtTurretComponentDescriptor_H_
17
18
19
#include "
vrfobjparam/actuatorComponentDescriptor.h
"
20
#include "
vrfutil/rwReal.h
"
21
#include "
vrfutil/rwInt.h
"
22
#include <vlpi/disEnums.h>
23
24
class
DtReaderWriterRegistry
;
25
28
#include "
vrfobjparam/vrfobjparamDefines.h
"
29
class
DT_DLL_vrfobjparam
DtTurretComponentDescriptor
:
public
DtActuatorComponentDescriptor
30
{
31
public
:
33
DtTurretComponentDescriptor
(
const
DtString
& componentName,
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtTurretComponentDescriptor
(
const
DtTurretComponentDescriptor
& orig,
38
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtTurretComponentDescriptor
&
operator=
(
const
42
DtTurretComponentDescriptor
& orig);
43
45
virtual
~
DtTurretComponentDescriptor
();
46
49
virtual
DtString
type
()
const
;
50
51
virtual
DtComponentDescriptor
*
clone
(
52
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
53
54
57
virtual
DtReal maxSlewRate()
const
;
58
virtual
void
setMaxSlewRate(DtReal maxSlewRate);
60
62
virtual
bool
hasFixedAzimuth()
const
;
63
66
virtual
DtReal rightSlewLimit()
const
;
67
virtual
DtReal leftSlewLimit()
const
;
69
71
static
DtComponentDescriptor
*
creator
();
72
73
protected
:
75
DtTurretComponentDescriptor
();
76
77
protected
:
78
84
89
DtRwReal
myMaxSlewRate
;
90
96
DtRwBoolean
myHasFixedAzimuth
;
97
112
DtRwReal
myLeftSlewLimit
;
113
122
DtRwReal
myRightSlewLimit
;
123
125
};
126
127
#endif
128
129
130
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)