VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
elevationMountComponentDescriptor.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 
19 #include <readerWriter/rwReal.h>
20 #include <readerWriter/rwInt.h>
21 #include <vlpi/disEnums.h>
22 
24 
29 {
30 public:
32  DtElevationMountComponentDescriptor(const DtString& componentName,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
44  virtual ~DtElevationMountComponentDescriptor() override;
45 
48  virtual DtString type() const override;
49 
50  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
51 
52 
55  virtual DtReal maxElevateRate() const;
56  virtual void setMaxElevateRate(DtReal maxElevateRate);
57  virtual bool isMaxElevateRateSpecified() const;
59 
62  virtual DtReal restingElevation() const;
63  virtual void setRestingElevation(DtReal azimuth);
64  virtual bool isRestingElevationSpecified() const;
66 
69  virtual DtReal elevationRange() const;
70  virtual void setElevationRange(DtReal elevationRange);
71  virtual bool isElevationRangeSpecified() const;
73 
76 
77 protected:
80 
81 protected:
85 
92 
99 
107 
109 };
110 
111 #endif
112 
113 
114 
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myRestingElevation
Parameter Name: resting-elevation Parameter Description: Deprecated. Sets and gets the resting elevat...
Definition: elevationMountComponentDescriptor.h:91
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwReal myMaxElevateRate
Parameter Name: max-elevate-rate Parameter Description: Deprecated. Sets and gets the maximum elevati...
Definition: elevationMountComponentDescriptor.h:106
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Deprecated. Sets and gets the elevation range...
Definition: elevationMountComponentDescriptor.h:98
static DtComponentDescriptor * creator()
A DtComponentDescriptor that has additional parameter information for DtMountingElevationActuator act...
Definition: elevationMountComponentDescriptor.h:28

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)