VR-Forces 5.0.3 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;
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
88  = 0) const;
89 
90  static DtComponentDescriptor * creator();
91 
92 protected:
95 
96 protected:
97 
101 
112 
122 
132 
140 
149 };
150 
151 #endif
152 
153 
154 
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myGroundFarCatchUpFactor
Parameter Name: taxiing-far-catch-up-factor Parameter Description: Sets and gets the speed the entity...
Definition: fixedWingFollowEntityControllerDescriptor.h:121
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
#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:139
Definition: readerWriterRegistry.h:39
DtRwReal myGroundPassedSlowDownFactor
Parameter Name: taxiing-passed-slow-down-factor Parameter Description: Sets and gets the speed the en...
Definition: fixedWingFollowEntityControllerDescriptor.h:131
DtRwReal myGroundNearCatchUpFactor
Parameter Name: taxiing-near-catch-up-factor Parameter Description: Sets and gets the speed the entit...
Definition: fixedWingFollowEntityControllerDescriptor.h:111
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:147

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)