VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 "vrfutil/rwReal.h"
20 #include "vrfutil/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 maxAngleOffBoresight() const;
74  virtual void setMaxAngleOffBoresight(DtReal maxAngleOffBoresight);
76 
79  virtual DtTime loadAmmoTime() const;
80  virtual void setLoadAmmoTime(DtTime loadTime);
82 
85  virtual DtTime unloadAmmoTime() const;
86  virtual void setUnloadAmmoTime(DtTime unloadTime);
88 
91 
92  virtual bool disabledBySuppression() const;
93  virtual void setDisabledBySuppression(const bool isDisabled);
95 
98 
99 protected:
102 
103 protected:
107 
116 
127 
134 
141 
149 
158 };
159 
160 #endif

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)