VR-Forces 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 override;
35 
37  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
38 
39  virtual ~DtParachuteControllerDescriptor() override;
40 
41  virtual void setTargetLookahead(double);
42  virtual double targetLookahead() const;
43 
44  virtual void setDefaultDeployAltitude(double);
45  virtual double defaultDeployAltitude() const;
46 
49 
50 protected:
56 
62 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
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
Parameter Name: target-lookahead Parameter Description: A scaling value in seconds that allows the pa...
Definition: parachuteControllerDescriptor.h:55
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
DtJoyDeviceControllerDescriptorTemplate & operator=(const DtJoyDeviceControllerDescriptorTemplate &orig)
assignment operator
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const override
Returns the type of descriptor. This will be used to create the descriptor read from an mtl file...
Definition: joyDeviceControllerDescriptor.h:129
DtRwReal myDefaultDeployAltitude
Parameter Name: default-deploy-altitude Parameter Description: The default deployment altitude of the...
Definition: parachuteControllerDescriptor.h:61
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const override
Definition: joyDeviceControllerDescriptor.h:117

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)