VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
azimuthMountComponentDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 #include <readerWriter/rwInt.h>
17 #include <vlpi/disEnums.h>
18 
20 
25 {
26 public:
28  DtAzimuthMountComponentDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
42 
45 
48  virtual DtString type() const;
49 
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
56  virtual DtReal maxSlewRate() const;
57  virtual void setMaxSlewRate(DtReal maxSlewRate);
59 
62  virtual DtReal nominalAzimuth() const;
63  virtual void setNominalAzimuth(DtReal nominalAzimuth);
65 
68  virtual DtReal azimuthSweepRange() const;
69  virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
71 
73  static DtComponentDescriptor * creator();
74 
75 protected:
78 
79 protected:
80 
84 
91 
98 
105 
107 };

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)