VR-Forces 4.1 Class Documentation
azMntCompDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: azMntCompDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtAzimuthMountComponentDescriptor_H_
16 #define DtAzimuthMountComponentDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
21 #include "vrfutil/rwInt.h"
22 #include <vlpi/disEnums.h>
23 
25 
30 {
31 public:
33  DtAzimuthMountComponentDescriptor(const DtString& componentName,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
47 
50 
53  virtual DtString type() const;
54 
57  DtReaderWriterRegistry* parentRegistry = NULL) const;
58 
61  virtual DtReal maxSlewRate() const;
62  virtual void setMaxSlewRate(DtReal maxSlewRate);
64 
67  virtual DtReal nominalAzimuth() const;
68  virtual void setNominalAzimuth(DtReal nominalAzimuth);
70 
73  virtual DtReal azimuthSweepRange() const;
74  virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
76 
78  static DtComponentDescriptor * creator();
79 
80 protected:
83 
84 protected:
85 
89 
96 
103 
110 
112 };
113 
114 #endif
115 
116 
117 

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)