VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 "vrfutil/rwReal.h"
16 #include "vrfutil/rwInt.h"
17 #include <vlpi/disEnums.h>
18 
20 
25 {
26 public:
28  DtAzimuthMountComponentDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
31  DtAzimuthMountComponentDescriptor(const DtSymbolString& componentName,
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)