VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laserGuidedLauncherControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: laserGuidedLauncherDesc.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef laserGuidedLauncherDesc_h
15 #define laserGuidedLauncherDesc_h
16 
18 #include "vrfutil/rwVector.h"
19 #include "vrfutil/rwObjectType.h"
20 #include "vrfutil/rwString.h"
21 #include "vrfutil/rwReal.h"
22 #include "vrfutil/rwInt.h"
23 
29 {
30 public:
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
45 
48  virtual DtString type() const;
49 
51 
52  virtual DtObjectType munitionType() const;
53  virtual void setMunitionType(const DtObjectType& objType);
55 
57 
58  virtual DtString munitionName() const;
59  virtual void setMunitionName(const DtString& name);
61 
63 
64  virtual DtVector launchOffset() const;
65  virtual void setLaunchOffset(const DtVector& offset);
67 
69 
70  virtual DtReal minTimeBetweenLaunch() const;
71  virtual void setMinTimeBetweenLaunch(DtReal time);
73 
76  virtual DtReal maxAzimuthAngleOffBoresight() const;
77  virtual void setMaxAzimuthAngleOffBoresight(DtReal maxAngle);
79 
82  virtual DtReal maxElevationAngleOffBoresight() const;
83  virtual void setMaxElevationAngleOffBoresight(DtReal maxAngle);
85 
87 
88  virtual int designatorCode() const;
89  virtual void setDesignatorCode(int value);
91 
94  virtual const DtString& rangeName() const;
95  virtual void setRangeName(const DtString& rangeName);
97 
98  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
99  = 0) const;
100 
102  static DtComponentDescriptor* creator();
103 
104 private:
107 
108 protected:
109 
112 
113 
119 
126 
134 
140 
147 
154 
165 
174 
178 
180 };
181 
182 #endif

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)