VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
15 #include <readerWriter/rwReal.h>
16 #include <readerWriter/rwInt.h>
17 #include <vlpi/disEnums.h>
18 
20 
25 {
26 public:
28  DtAzimuthMountComponentDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
42 
45 
48  virtual DtString type() const;
49 
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
56  virtual DtReal maxSlewRate() const;
57  virtual void setMaxSlewRate(DtReal maxSlewRate);
58  virtual bool isMaxSlewRateSpecified() const;
60 
63  virtual DtReal nominalAzimuth() const;
64  virtual void setNominalAzimuth(DtReal nominalAzimuth);
65  virtual bool isNominalAzimuthSpecified() const;
67 
70  virtual DtReal azimuthSweepRange() const;
71  virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
72  virtual bool isAzimuthSweepRangeSpecified() const;
74 
76  static DtComponentDescriptor * creator();
77 
78 protected:
81 
82 protected:
83 
87 
94 
101 
108 
110 };
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#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 myMaxSlewRate
Parameter Name: max-slew-rate Parameter Description: Sets and gets the maximum slew rate...
Definition: azimuthMountComponentDescriptor.h:93
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 myAzimuthSweepRange
Parameter Name: azimuth-range Parameter Description: Sets and gets the azimuth sweep. This is the angular extent through which the azimuth mount can rotate. Parameter Default Value: 0.0 Parameter Units: radians.
Definition: azimuthMountComponentDescriptor.h:107
Instances of DtAzimuthMountComponentDescriptor are used to specify the parameters for a DtMountingAzi...
Definition: azimuthMountComponentDescriptor.h:24
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtRwReal myNominalAzimuth
Parameter Name: nominal-azimuth Parameter Description: Sets and gets the nominal azimuth. This angle is the center of the azimuth mount&#39;s range. Parameter Default Value: 0.0 Parameter Units: radians.
Definition: azimuthMountComponentDescriptor.h:100

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)