VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
baseWeaponControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: basWpnCtlDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtBaseWeaponControllerDescriptor_H_
16 #define DtBaseWeaponControllerDescriptor_H_
17 
19 #include <readerWriter/rwReal.h>
20 #include <readerWriter/rwBoolean.h>
22 #include "vrfutil/simClock.h"
23 
31 {
32 public:
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
48 
51 
54  virtual DtString type() const;
55 
57  DtReaderWriterRegistry* parentRegistry = NULL) const;
58 
61  virtual bool preloadWeapon() const;
62  virtual void setPreloadWeapon(bool preloadWeapon);
64 
67  virtual DtReal maxVehicleSpeedToFire() const;
68  virtual void setMaxVehicleSpeedToFire(DtReal maxVehicleSpeedToFire);
70 
73  virtual DtReal maxAzimuthAngleOffBoresight() const;
74  virtual void setMaxAzimuthAngleOffBoresight(DtReal maxAngle);
76 
79  virtual DtReal maxElevationAngleOffBoresight() const;
80  virtual void setMaxElevationAngleOffBoresight(DtReal maxAngle);
82 
85  virtual DtTime loadAmmoTime() const;
86  virtual void setLoadAmmoTime(DtTime loadTime);
88 
91  virtual DtTime unloadAmmoTime() const;
92  virtual void setUnloadAmmoTime(DtTime unloadTime);
94 
97 
98  virtual bool disabledBySuppression() const;
99  virtual void setDisabledBySuppression(const bool isDisabled);
101 
103  static DtComponentDescriptor* creator();
104 
105 protected:
108 
109 protected:
113 
122 
132 
142 
157 
164 
171 
179 
188 };
189 
190 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)