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 
47  virtual ~DtFixedWingFlyIntoControllerDescriptor() override;
48 
51  virtual DtString type() const override;
52 
53  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
54 
57  virtual double directFlyElevationAngle() const;
58  virtual void setDirectFlyElevationAngle(double angle);
60 
63  virtual double directFlyRange() const;
64  virtual void setDirectFlyRange(double range);
66 
68  static DtComponentDescriptor * creator();
69 
70 protected:
73 
74 protected:
78 
87 
97 
99 };
100 
101 #endif
DtRwReal myDirectFlyElevationAngle
Parameter Name: direct-fly-elevation-angle Parameter Description: Get set the direct-fly elevation an...
Definition: fixedWingFlyIntoControllerDescriptor.h:86
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 override
#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:96
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
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)