VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fixedWingGunneryControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwReal.h"
17 
21 {
22 public:
25  DtReaderWriterRegistry* parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* parentRegistry = NULL);
29 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
38 
41 
44  virtual DtString type() const;
45 
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48 
50 
51  virtual bool checkLOS() const;
52  virtual void setCheckLOS(bool checkLOSFlag);
54 
56 
57  virtual double maxAlignmentAngle() const;
58  virtual void setMaxAlightmentAngle(double angle);
60 
62 
63  virtual double entryAltitude() const;
64  virtual void setEntryAltitude(const double agl);
66 
68 
69  virtual double entryAirspeed() const;
70  virtual void setEntryAirspeed(const double speed);
72 
75 
76  virtual double diveAngle() const;
77  virtual void setDiveAngle(const double angle);
79 
81 
82  virtual double strafeRange() const;
83  virtual void setStrafeRange(const double range);
85 
87 
88  virtual double aaEngageRange() const;
89  virtual void setAaEngageRange(const double range);
91 
93 
94  virtual double aaBreakoffRange() const;
95  virtual void setAaBreakoffRange(const double range);
97 
98 
100  static DtComponentDescriptor* creator();
101 
102 protected:
105 
106 protected:
110 
117 
126 
133 
139 
146 
153 
160 
167 
169 
171 
172 };
173 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)