VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vtolRotorActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: autoActDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef vtolRotorActuatorDescriptor_H_
16 #define vtolRotorActuatorDescriptor_H_
17 
19 #include <readerWriter/rwBoolean.h>
21 
26 {
27 public:
29  DtVtolRotorActuatorDescriptor(const DtString& componentName,
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
36  virtual ~DtVtolRotorActuatorDescriptor() override;
37 
40  const DtVtolRotorActuatorDescriptor & orig);
41 
44  virtual DtString type() const override;
45 
46  virtual double hoverAngle() const;
47  virtual void setHoverAngle(const double& newValue);
48 
49  virtual double maxSpeedAngle() const;
50  virtual void setMaxSpeedAngle(const double& newValue);
51 
52  virtual double maxForwardSpeed() const;
53  virtual void setMaxForwardSpeed(const double& newValue);
54 
55  virtual DtSwingingPartActuatorAxisInfo& xAxisInfo();
56  virtual const DtSwingingPartActuatorAxisInfo& xAxisInfo() const;
57  virtual bool xAxisSpecified() const;
58 
59  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
60 
63 
64 
65 protected:
68 
74 
80 
86 
88 
89 };
90 
91 #endif
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtVtolRotorActuatorDescriptor; descriptor for the DtVtolRotorActuatorComponent component.
Definition: vtolRotorActuatorDescriptor.h:25
DtRwReal myMaxSpeedAngle
Parameter Name: max-speed-angle Parameter Description: The angle in radians that the entity has when ...
Definition: vtolRotorActuatorDescriptor.h:79
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtSwingingPartActuatorAxisInfo myXAxisInfo
Definition: vtolRotorActuatorDescriptor.h:87
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
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()
DtRwReal myHoverAngle
Parameter Name: hover-angle Parameter Description: The angle in radians that the entity has when hove...
Definition: vtolRotorActuatorDescriptor.h:73
DtRwReal myMaxForwardSpeed
Parameter Name: max-forward-speed Parameter Description: Maximum speed in meters per second the entit...
Definition: vtolRotorActuatorDescriptor.h:85
Information for a particular axis of swinging.
Definition: swingingPartActuatorDescriptor.h:22

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)