VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingFlyIntoControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWingFlyIntoCtlDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingFlyIntoControllerDescriptor_H_
16 #define DtFixedWingFlyIntoControllerDescriptor_H_
17 
19 #include <readerWriter/rwReal.h>
20 
29 {
30 public:
33  DtReaderWriterRegistry* parentRegistry = NULL);
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
45 
48 
51  virtual DtString type() const;
52 
54  parentRegistry = NULL) const;
55 
58  virtual double directFlyElevationAngle() const;
59  virtual void setDirectFlyElevationAngle(double angle);
61 
64  virtual double directFlyRange() const;
65  virtual void setDirectFlyRange(double range);
67 
69  static DtComponentDescriptor * creator();
70 
71 protected:
74 
75 protected:
79 
88 
98 
100 };
101 
102 #endif
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwReal myDirectFlyElevationAngle
Parameter Name: direct-fly-elevation-angle Parameter Description: Get set the direct-fly elevation an...
Definition: fixedWingFlyIntoControllerDescriptor.h:87
Definition: symbolString.h:20
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myDirectFlyRange
Parameter Name: direct-fly-range Parameter Description: Get set the direct-fly range.
Definition: fixedWingFlyIntoControllerDescriptor.h:97
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtFixedWingFlyIntoControllerDescriptor; descriptor for the DtFixedWingFlyIntoControllerDescriptor com...
Definition: fixedWingFlyIntoControllerDescriptor.h:27
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtFixedWingPilotControllerDescriptor; descriptor for the DtFixedWingPilotControllerDescriptor compone...
Definition: fixedWingPilotControllerDescriptor.h:30
DtFixedWingPilotControllerDescriptor & operator=(const DtFixedWingPilotControllerDescriptor &orig)
assignment

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)