VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sensorGimbalControllerDescriptor.h
Go to the documentation of this file.
1 
8 
9 #pragma once
10 
12 #include <readerWriter/rwReal.h>
13 #include <readerWriter/rwInt.h>
14 
19 {
20 public:
21 
24  DtReaderWriterRegistry * parentRegistry = 0);
25 
28 
32  orig, DtReaderWriterRegistry * parentRegistry = 0);
33 
37 
40  virtual DtString type() const;
41 
42  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
43  = 0) const;
44 
47  virtual double neutralAzimuth() const;
48  virtual void setNeutralAzimuth(double az);
50 
53  virtual double neutralElevation() const;
54  virtual void setNeutralElevation(double el);
56 
59  virtual double scanRate() const;
60  virtual void setScanRate(double rate);
62 
65  virtual double scanElevationAngle() const;
66  virtual void setScanElevationAngle(double el);
68 
71  virtual DtReal maxScanAzimuth() const;
72  virtual void setMaxScanAzimuth(DtReal az);
74 
77  virtual DtReal minScanAzimuth() const;
78  virtual void setMinScanAzimuth(DtReal az);
80 
83  virtual DtReal maxRange() const;
84  virtual void setMaxRange(DtReal range);
86 
89  virtual DtReal maxZoom() const;
90  virtual void setMaxZoom(DtReal zoom);
92 
95  virtual int azimuthArticulatedPartType() const;
96  virtual void setAzimuthArticulatedPartType(int partType);
98 
101  virtual int elevationArticulatedPartType() const;
102  virtual void setElevationArticulatedPartType(int partType);
104 
107  virtual const DtString& sensorId() const;
108  virtual void setSensorId(const DtString& id);
110 
113  virtual bool hasLaserDesignator() const;
114  virtual void setHasLaserDesignator(bool hasLD);
116 
118  static DtComponentDescriptor * creator();
119 
120 protected:
121 
125 
132 
139 
146 
153 
160 
167 
173 
179 
186 
193 
199 
206 
208 };
209 
DtRwReal myMaxRange
Parameter Name: max-range Parameter Description: The maximum range of the sensor. Parameter Default V...
Definition: sensorGimbalControllerDescriptor.h:172
DtRwReal myNeutralElevation
Parameter Name: neutral-elevation Parameter Description: The neutral body elevation to which the sens...
Definition: sensorGimbalControllerDescriptor.h:138
DtRwReal myMaxScanAzimuth
Parameter Name: max-scan-azimuth Parameter Description: The maximum azimuth to reach during a scan...
Definition: sensorGimbalControllerDescriptor.h:159
virtual DtString type() const
Returns the type of descriptor. This will be used to create the descriptor read from an mtl file...
Definition: joyDeviceControllerDescriptor.h:129
DtRwReal myScanElevationAngle
Parameter Name: scan-elevation-angle Parameter Description: The elevation angle to use while scanning...
Definition: sensorGimbalControllerDescriptor.h:152
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: joyDeviceControllerDescriptor.h:117
static DtComponentDescriptor * creator()
Definition: joyDeviceControllerDescriptor.h:122
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
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
Instances of DtSensorGimbalControllerDescriptor are used to specify the parameters for a DtSensorGimb...
Definition: sensorGimbalControllerDescriptor.h:18
DtRwInt myAzimuthArtPartType
Parameter Name: azimuth-art-part-type Parameter Description: The type of the articulated part that re...
Definition: sensorGimbalControllerDescriptor.h:185
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
DtRwReal myScanRate
Parameter Name: scan-rate Parameter Description: The rate at which to scan the sensor during scan mod...
Definition: sensorGimbalControllerDescriptor.h:145
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt myElevationArtPartType
Parameter Name: elevation-art-part-type Parameter Description: The type of the articulated part that ...
Definition: sensorGimbalControllerDescriptor.h:192
DtJoyDeviceControllerDescriptorTemplate & operator=(const DtJoyDeviceControllerDescriptorTemplate &orig)
assignment operator
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwString mySensorId
Parameter Name: sensor-id Parameter Description: String uniquely identifying this gimbaled sensor vie...
Definition: sensorGimbalControllerDescriptor.h:198
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myMinScanAzimuth
Parameter Name: min-scan-azimuth Parameter Description: The minimum azimuth to reach during a scan...
Definition: sensorGimbalControllerDescriptor.h:166
DtRwReal myNeutralAzimuth
Parameter Name: neutral-azimuth Parameter Description: The neutral body azimuth to which the sensor s...
Definition: sensorGimbalControllerDescriptor.h:131
DtRwBoolean myHasLaserDesignator
Parameter Name: has-laser-designator Parameter Description: Set to true if this sensor gimbal is conn...
Definition: sensorGimbalControllerDescriptor.h:205
DtRwReal myMaxZoom
Parameter Name: max-zoom Parameter Description: The maximum zoom level of the sensor. Parameter Default Value: 100X Parameter Units: X.
Definition: sensorGimbalControllerDescriptor.h:178

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)