VR-Forces 4.1 Class Documentation
balGunCtlDesc.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 
18 #include "vrfobjparam/compDesc.h"
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwFile.h"
22 #include "vrfutil/vlClock.h"
23 #include "vrfutil/rwInt.h"
26 
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 
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 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)