VR-Forces 5.0.1 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 
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);
58  virtual bool isMaxElevateRateSpecified() const;
60 
63  virtual DtReal nominalElevation() const;
64  virtual void setNominalElevation(DtReal nominalElevation);
65  virtual bool isNominalElevationeSpecified() const;
67 
70  virtual DtReal elevationRange() const;
71  virtual void setElevationRange(DtReal elevationRange);
72  virtual bool isElevationRangeSpecified() const;
74 
77 
78 protected:
81 
82 protected:
86 
93 
100 
108 
110 };
111 
112 #endif
113 
114 
115 
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#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: Sets and gets the maximum elevation rate (rad...
Definition: elevationMountComponentDescriptor.h:107
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 DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myNominalElevation
Parameter Name: nominal-elevation Parameter Description: Sets and gets the nominal elevation (radian...
Definition: elevationMountComponentDescriptor.h:92
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Sets and gets the elevation range...
Definition: elevationMountComponentDescriptor.h:99
static DtComponentDescriptor * creator()
A DtComponentDescriptor that has additional parameter information for DtMountingElevationActuator act...
Definition: elevationMountComponentDescriptor.h:28

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)