VR-Forces Developer's Guide
 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. Used to create the descriptor on read from a...
DtRwReal myDirectFlyElevationAngle
Parameter Name: direct-fly-elevation-angle Parameter Description: Get set the direct-fly elevation an...
Definition: fixedWingFlyIntoControllerDescriptor.h:87
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
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. This specifies the minimum distance (from the FW entity using this controller to the target position) at which the fly-into controller will transition from level flight to direct flight toward the target. Parameter Default Value: 200. Parameter Units: meters.
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:49
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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)