VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ballisticGunControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: balGunCtlDesc.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtBallisticGunControllerDescriptor_H_
16 #define DtBallisticGunControllerDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
22 #include "vrfutil/simClock.h"
23 #include "vrfutil/rwInt.h"
26 
31 {
32 public:
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
37  DtBallisticGunControllerDescriptor(const DtSymbolString& name,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
48 
51 
54  virtual DtString type() const;
55 
57  DtReaderWriterRegistry* parentRegistry = NULL) const;
58 
60 
61  virtual DtTime loadAmmoTime() const;
62  virtual void setLoadAmmoTime(DtTime loadTime);
64 
66 
67  virtual DtTime unloadAmmoTime() const;
68  virtual void setUnloadAmmoTime(DtTime unloadTime);
70 
72 
73  virtual int roundsPerTriggerPull() const;
74  virtual void setRoundsPerTriggerPull(int value);
76 
78 
79  virtual const DtAmmoSelectTable& ammoSelectTable() const;
80  virtual void setAmmoSelectTable(const DtAmmoSelectTable& table);
82 
84 
85  virtual const DtString& ammoSelectTableFilename();
86  virtual void setAmmoSelectTableFilename(const DtString& filename);
88 
90 
91  virtual DtTargetSelectionCriteria& targetSelectionCriteria();
92  virtual const DtTargetSelectionCriteria& targetSelectionCriteria() const;
94 
97 
98 protected:
101 
102 protected:
106 
113 
121 
127 
133 
142 
150 
152 
153 };
154 
155 #endif
156 
157 
158 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)