VR-Forces 4.1.1 Class Documentation
turCompDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: turCompDesc.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtTurretComponentDescriptor_H_
16 #define DtTurretComponentDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
21 #include "vrfutil/rwInt.h"
22 #include <vlpi/disEnums.h>
23 
25 
30 {
31 public:
33  DtTurretComponentDescriptor(const DtString& componentName,
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
45  virtual ~DtTurretComponentDescriptor();
46 
49  virtual DtString type() const;
50 
51  virtual DtComponentDescriptor * clone(
52  DtReaderWriterRegistry * parentRegistry = 0) const;
53 
54 
57  virtual DtReal maxSlewRate() const;
58  virtual void setMaxSlewRate(DtReal maxSlewRate);
60 
62  virtual bool hasFixedAzimuth() const;
63 
66  virtual DtReal rightSlewLimit() const;
67  virtual DtReal leftSlewLimit() const;
69 
71  static DtComponentDescriptor * creator();
72 
73 protected:
76 
77 protected:
78 
84 
90 
97 
113 
123 
125 };
126 
127 #endif
128 
129 
130 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)