VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingFollowTaskDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <readerWriter/rwReal.h>
14 
18 {
19 public:
22  DtReaderWriterRegistry * parentRegistry = 0);
23 
26  orig, DtReaderWriterRegistry * parentRegistry = 0);
27 
31 
33  virtual ~DtRotaryWingFollowTaskDescriptor() override;
34 
37  virtual DtString type() const override;
38 
40  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
41 
43  static DtComponentDescriptor * creator();
44 
47  virtual double atDistance() const;
48  virtual void setAtDistance(double);
50 
53  virtual double farCatchUpFactor() const;
54  virtual void setFarCatchUpFactor(double);
56 
57 protected:
60 
61 protected:
65 
70 
75 
77 };
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRotaryWingTaskDescriptor & operator=(const DtRotaryWingTaskDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRotaryWingTaskDescriptor; descriptor for the rotary wing task components.
Definition: rotaryWingTaskDescriptor.h:24
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 DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Clone creates a new copy.
DtRwReal myFarCatchUpFactor
Parameter Name: far-catch-up-factor Parameter Description: Factor used to multiply by ordered speed i...
Definition: rotaryWingFollowTaskDescriptor.h:74
DtRotaryWingFollorTaskDescriptor; descriptor for the rotary wing follow task components.
Definition: rotaryWingFollowTaskDescriptor.h:17
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtRwReal myAtDistance
Parameter Name: at-distance Parameter Description: Distance (in meters) considered at our follow goal...
Definition: rotaryWingFollowTaskDescriptor.h:69

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)