VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parachuteControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
8 #pragma once
9 
12 
14 
16 
18 {
19 public:
22  DtReaderWriterRegistry * parentRegistry = 0);
23 
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
31 
34  virtual DtString type() const;
35 
38  parentRegistry = 0) const;
39 
41 
42  virtual void setTargetLookahead(double);
43  virtual double targetLookahead() const;
44 
45  virtual void setDefaultDeployAltitude(double);
46  virtual double defaultDeployAltitude() const;
47 
50 
51 protected:
54 };
virtual DtString type() const
Returns the type of descriptor. This will be used to create the descriptor read from an mtl file...
Definition: joyDeviceControllerDescriptor.h:129
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: joyDeviceControllerDescriptor.h:117
static DtComponentDescriptor * creator()
Definition: joyDeviceControllerDescriptor.h:122
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
Definition: parachuteControllerDescriptor.h:17
DtRwReal myTargetLookahead
Definition: parachuteControllerDescriptor.h:52
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
DtJoyDeviceControllerDescriptorTemplate & operator=(const DtJoyDeviceControllerDescriptorTemplate &orig)
assignment operator
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myDefaultDeployAltitude
Definition: parachuteControllerDescriptor.h:53

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)