VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTurretedBalGunPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: turBalGunPSR.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtVrfTurretedBalGunPSR_H_
19 #define DtVrfTurretedBalGunPSR_H_
20 
22 
27 {
28 
29 protected:
30 
32 
33 public:
34 
36  const DtString& rwName = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
40  const DtString& rwName = DtString::nullString(),
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
44  const DtVrfTurretedBalGunPSR& orig);
45 
46  virtual ~DtVrfTurretedBalGunPSR();
47 
49  const DtString& rwName = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = 0) const;
51 
53  virtual double maxSlewRate() const;
54 
56  virtual void setMaxSlewRate(double maxSlewRate);
57 
60  virtual DtArtPartType turretArtPart() const;
61  virtual void setTurretArtPart(DtArtPartType turretArtPart);
63 
65  virtual bool clockwise() const;
66  virtual void setClockwise(bool clockwise);
67 
69  virtual bool cannotAcquireTarget() const;
70  virtual void setCannotAcquireTarget(bool cannotAcquire);
71 
73  virtual DtString type() const;
74 
75  static DtVrfProcessStateRepository* creator (const DtString& name,
76  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
77 
78 protected:
79 
83  double myMaxSlewRate;
84 
89 
92 
94 
95 };
96 
97 #endif
98 

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)