VR-Forces 4.1 Class Documentation
mountAzimAct.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfobjcore/actCmpnt.h"
15 
16 class DtString;
17 class DtSimManager;
19 class DtAnalogOutputPort;
20 class DtIntegerOutputPort;
22 class DtSimObjectBaseObjectStateRepository;
23 
29 {
30 
31 public:
32 
36  DtVrfObject* owner,
37  DtSimManager* simManager,
38  DtComponentDescriptor* desc = 0,
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
42  virtual ~DtMountingAzimuthActuator();
43 
45  virtual bool postAddComponentsInit();
46 
49  virtual DtString type() const;
50 
52  virtual void tick();
53 
54  virtual void setMaxSlewRate(DtReal maxSlewRate);
55  virtual DtReal maxSlewRate() const;
56 
57  virtual void setNominalAzimuth(DtReal nominalAzimuth);
58  virtual DtReal nominalAzimuth() const;
59 
60  virtual void setAzimuthSweepRange(DtReal azimuthSweepRange);
61  virtual DtReal azimuthSweepRange() const;
62 
66  static DtSimComponent * creator(const DtString& name,
67  DtVrfObject* owner,
68  DtSimManager* simManager,
69  DtComponentDescriptor* desc = 0,
70  DtReaderWriterRegistry* parentRegistry = 0);
71 
75  static double computeDeltaOutsideAzimuthRange(double nominalAzimuth,
76  double azimuthRange,
77  double angleUnderTest);
78 
79 protected:
80 
82  virtual bool createPortGroups();
83 
85  virtual bool createPorts();
86 
87 protected:
88 
91 
94 
98 
99 
100 protected:
101 
103 
106 
110 
117 
124 
131 
138 
140 
142 
146 
148 };
149 

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)