VR-Forces 4.1 Class Documentation
laserGuidedLauncherDesc.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 
17 #include "vrfobjparam/compDesc.h"
18 #include "vrfutil/rwVector.h"
19 #include "vrfutil/rwObjType.h"
20 #include "vrfutil/rwString.h"
21 #include "vrfutil/rwReal.h"
22 #include "vrfutil/rwInt.h"
23 
28 {
29 public:
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36  orig, DtReaderWriterRegistry * parentRegistry = 0);
37 
41 
44 
47  virtual DtString type() const;
48 
50 
51  virtual DtObjectType munitionType() const;
52  virtual void setMunitionType(const DtObjectType& objType);
54 
56 
57  virtual DtString munitionName() const;
58  virtual void setMunitionName(const DtString& name);
60 
62 
63  virtual DtVector launchOffset() const;
64  virtual void setLaunchOffset(const DtVector& offset);
66 
68 
69  virtual DtReal minTimeBetweenLaunch() const;
70  virtual void setMinTimeBetweenLaunch(DtReal time);
72 
74 
75  virtual DtReal maxAngleOffBoresight() const;
76  virtual void setMaxAngleOffBoresight(DtReal angle);
78 
80 
81  virtual int designatorCode() const;
82  virtual void setDesignatorCode(int value);
84 
87  virtual const DtString& rangeName() const;
88  virtual void setRangeName(const DtString& rangeName);
90 
91  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
92  = 0) const;
93 
96 
97 private:
100 
101 protected:
102 
105 
106 
112 
119 
127 
133 
140 
149 
153 
155 };
156 
157 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)