VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingFollowEntityControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngFlwEntDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingFollowEntityControllerDescriptor_H_
16 #define DtFixedWingFollowEntityControllerDescriptor_H_
17 
18 
20 #include <readerWriter/rwReal.h>
23 
35 {
36 public:
39  parentRegistry = 0);
40 
44  DtReaderWriterRegistry * parentRegistry = 0);
45 
49 
52 
55  virtual DtString type() const override;
56 
59  virtual DtReal groundNearCatchUpFactor() const;
60  virtual void setGroundNearCatchUpFactor(DtReal groundNearCatchUpFactor);
62 
65  virtual DtReal groundFarCatchUpFactor() const;
66  virtual void setGroundFarCatchUpFactor(DtReal groundFarCatchUpFactor);
68 
71  virtual DtReal groundPassedSlowDownFactor() const;
72  virtual void setGroundPassedSlowDownFactor(DtReal groundPassedSlowDownFactor);
74 
77  virtual DtReal flyingCatchUpFactor() const;
78  virtual void setFlyingCatchUpFactor(DtReal value);
80 
83  virtual DtReal flyingCatchUpDistance() const;
84  virtual void setFlyingCatchUpDistance(DtReal value);
86 
87  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
88 
89  static DtComponentDescriptor * creator();
90 
91 protected:
94 
95 protected:
96 
100 
111 
121 
131 
139 
148 };
149 
150 #endif
151 
152 
153 
DtRwReal myGroundFarCatchUpFactor
Parameter Name: taxiing-far-catch-up-factor Parameter Description: Sets and gets the speed the entity...
Definition: fixedWingFollowEntityControllerDescriptor.h:120
A DtFixedWingPilotControllerDescriptor that has the speed ratios to use when at, near, or past the desired location relative to the followed entity.
Definition: fixedWingFollowEntityControllerDescriptor.h:33
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
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtRwReal myFlyingCatchUpFactor
Parameter Name: flying-catch-up-factor Parameter Description: Sets and gets the speed the entity uses...
Definition: fixedWingFollowEntityControllerDescriptor.h:138
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...
DtRwReal myGroundPassedSlowDownFactor
Parameter Name: taxiing-passed-slow-down-factor Parameter Description: Sets and gets the speed the en...
Definition: fixedWingFollowEntityControllerDescriptor.h:130
DtRwReal myGroundNearCatchUpFactor
Parameter Name: taxiing-near-catch-up-factor Parameter Description: Sets and gets the speed the entit...
Definition: fixedWingFollowEntityControllerDescriptor.h:110
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
DtRwReal myFlyingCatchUpDistance
Parameter Name: flying-catch-up-distance Parameter Description: When the aircraft is farther from it&#39;...
Definition: fixedWingFollowEntityControllerDescriptor.h:146

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)