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
azimuthMountComponentDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/actuatorComponentDescriptor.h
"
15
#include "
vrfutil/rwReal.h
"
16
#include "
vrfutil/rwInt.h
"
17
#include <vlpi/disEnums.h>
18
19
class
DtReaderWriterRegistry
;
20
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtAzimuthMountComponentDescriptor
:
public
DtActuatorComponentDescriptor
25
{
26
public
:
28
DtAzimuthMountComponentDescriptor
(
const
DtString
& componentName,
29
DtReaderWriterRegistry
* parentRegistry = NULL);
30
31
DtAzimuthMountComponentDescriptor
(
const
DtSymbolString
& componentName,
32
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
DtAzimuthMountComponentDescriptor
(
36
const
DtAzimuthMountComponentDescriptor
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
DtAzimuthMountComponentDescriptor
&
operator=
(
41
const
DtAzimuthMountComponentDescriptor
& orig);
42
44
virtual
~
DtAzimuthMountComponentDescriptor
();
45
48
virtual
DtString
type
()
const
;
49
51
virtual
DtComponentDescriptor
*
clone
(
52
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
53
56
virtual
DtReal maxSlewRate()
const
;
57
virtual
void
setMaxSlewRate(DtReal maxSlewRate);
59
62
virtual
DtReal nominalAzimuth()
const
;
63
virtual
void
setNominalAzimuth(DtReal nominalAzimuth);
65
68
virtual
DtReal azimuthSweepRange()
const
;
69
virtual
void
setAzimuthSweepRange(DtReal azimuthSweepRange);
71
73
static
DtComponentDescriptor
*
creator
();
74
75
protected
:
77
DtAzimuthMountComponentDescriptor
();
78
79
protected
:
80
84
90
DtRwReal
myMaxSlewRate
;
91
97
DtRwReal
myNominalAzimuth
;
98
104
DtRwReal
myAzimuthSweepRange
;
105
107
};
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
)