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 
44  virtual ~DtAzimuthMountComponentDescriptor() override;
45 
48  virtual DtString type() const override;
49 
51  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
52 
55  virtual DtReal maxSlewRate() const;
56  virtual void setMaxSlewRate(DtReal maxSlewRate);
57  virtual bool isMaxSlewRateSpecified() const;
59 
62  virtual DtReal restingAzimuth() const;
63  virtual void setRestingAzimuth(DtReal azimuth);
64  virtual bool isRestingAzimuthSpecified() const;
66 
69  virtual DtReal azimuthSweepRange() const;
70  virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
71  virtual bool isAzimuthSweepRangeSpecified() const;
73 
75  static DtComponentDescriptor * creator();
76 
77 protected:
80 
81 protected:
82 
86 
93 
100 
107 
109 };
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: Deprecated. Sets and gets the maximum slew rate...
Definition: azimuthMountComponentDescriptor.h:92
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
DtRwReal myAzimuthSweepRange
Parameter Name: azimuth-range Parameter Description: Deprecated. Sets and gets the azimuth sweep...
Definition: azimuthMountComponentDescriptor.h:106
Instances of DtAzimuthMountComponentDescriptor are used to specify the parameters for a DtMountingAzi...
Definition: azimuthMountComponentDescriptor.h:24
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
static DtComponentDescriptor * creator()
DtRwReal myRestingAzimuth
Parameter Name: resting-azimuth Parameter Description: Deprecated. Sets and gets the resting azimuth...
Definition: azimuthMountComponentDescriptor.h:99

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)