VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lookAtActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 
20 {
21 public:
24  DtReaderWriterRegistry* parentRegistry = NULL);
25 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
35 
37  virtual ~DtLookAtActuatorDescriptor() override;
38 
41  virtual DtString type() const override;
42 
43  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
44 
47  virtual DtReal azimuthRate() const;
48  virtual void setAzimuthRate(DtReal pAzimuthRate);
50 
53  virtual DtReal maxAzimuthRange() const;
54  virtual void setMaxAzimuthRange(DtReal pAzimuthRange);
56 
59  virtual DtReal minAzimuthRange() const;
60  virtual void setMinAzimuthRange(DtReal pAzimuthRange);
62 
65  virtual DtReal tolerance() const;
66  virtual void setTolerance(DtReal pAzimuthRange);
68 
71  virtual DtReal elevationRate() const;
72  virtual void setElevationRate(DtReal pElevationRate);
74 
77  virtual DtReal maxElevationRange() const;
78  virtual void setMaxElevationRange(DtReal pElevationRange);
80 
83  virtual DtReal minElevationRange() const;
84  virtual void setMinElevationRange(DtReal pElevationRange);
86 
89 
90 protected:
93 
94 protected:
98 
104 
111 
118 
124 
131 
138 
144 
146 
147 };
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
DtRwReal myMinAzimuthRange
Parameter Name: min-azimuth-range Parameter Description: The minimum rotation angle for the head...
Definition: lookAtActuatorDescriptor.h:117
#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 myMinElevationRange
Parameter Name: min-elevation-range Parameter Description: The minimum elevation angle for the head...
Definition: lookAtActuatorDescriptor.h:137
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 myMaxElevationRange
Parameter Name: max-elevation-range Parameter Description: The maximum elevation angle for the head...
Definition: lookAtActuatorDescriptor.h:130
DtLookAtActuatorDescruptor; a descriptor for the DtLookAtActuator component.
Definition: lookAtActuatorDescriptor.h:19
DtRwReal myMaxAzimuthRange
Parameter Name: max-azimuth-range Parameter Description: The maximum rotation angle for the head...
Definition: lookAtActuatorDescriptor.h:110
DtRwReal myElevationRate
Parameter Name: max-elevation-rate Parameter Description: The elevation rate for the head...
Definition: lookAtActuatorDescriptor.h:123
DtRwReal myTolerance
Parameter Name: tolerance Parameter Description: The tolerance at which head is considered position i...
Definition: lookAtActuatorDescriptor.h:143
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 myAzimuthRate
Parameter Name: max-azimuth-rate Parameter Description: The rotation rate for the head...
Definition: lookAtActuatorDescriptor.h:103

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)