VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sensorGimbalActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwReal.h"
16 #include "vrfutil/rwString.h"
17 #include "vrfutil/rwVector.h"
19 
22 
25 {
26 public:
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40 
43 
46  virtual DtString type() const;
47 
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
53  virtual DtReal elevationRate() const;
54  virtual void setElevationRate(DtReal pElevationRate);
56 
59  virtual DtReal maxElevationRange() const;
60  virtual void setMaxElevationRange(DtReal pElevationRange);
62 
65  virtual DtReal minElevationRange() const;
66  virtual void setMinElevationRange(DtReal pElevationRange);
68 
71  virtual DtReal azimuthRate() const;
72  virtual void setAzimuthRate(DtReal pAzimuthRate);
74 
77  virtual DtReal maxAzimuthRange() const;
78  virtual void setMaxAzimuthRange(DtReal pAzimuthRange);
80 
83  virtual DtReal minAzimuthRange() const;
84  virtual void setMinAzimuthRange(DtReal pAzimuthRange);
86 
89  virtual const DtVector& sensorOffset() const;
90  virtual void setSensorOffset(const DtVector& sensorOffset);
92 
95  virtual const DtString& sensorId() const;
96  virtual void setSensorId(const DtString& id);
98 
100  virtual bool hasFixedAzimuth() const;
101 
103  static DtComponentDescriptor* creator();
104 
105 protected:
108 
109 protected:
113 
119 
126 
133 
139 
146 
153 
159 
165 
171 
173 
174 };
175 
176 
177 
178 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)