VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanGunActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 
20 {
21 public:
24  DtReaderWriterRegistry* parentRegistry = NULL);
25 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
35 
38 
41  virtual DtString type() const;
42 
44  DtReaderWriterRegistry* parentRegistry = NULL) const;
45 
48  virtual DtReal azimuthRate() const;
49  virtual void setAzimuthRate(DtReal pAzimuthRate);
50  virtual bool isAzimuthRateSpecified() const;
52 
55  virtual DtReal maxAzimuthRange() const;
56  virtual void setMaxAzimuthRange(DtReal pAzimuthRange);
57  virtual bool isMaxAzimuthRangeSpecified() const;
59 
62  virtual DtReal minAzimuthRange() const;
63  virtual void setMinAzimuthRange(DtReal pAzimuthRange);
64  virtual bool isMinAzimuthRangeSpecified() const;
66 
69 
70 protected:
73 
74 protected:
78 
84 
91 
98 
99 
101 
102 };
103 
104 
105 
106 
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtBallisticGunDescriptor & operator=(const DtBallisticGunDescriptor &orig)
assignment
DtRwReal myMaxAzimuthRange
Parameter Name: max-azimuth-range Parameter Description: The maximum rotation angle for the gun...
Definition: humanGunActuatorDescriptor.h:90
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
DtBallisticGunDescriptor; a descriptor for the DtBallisticGun component.
Definition: ballisticGunDescriptor.h:36
DtRwReal myMinAzimuthRange
Parameter Name: min-azimuth-range Parameter Description: The minimum rotation angle for the gun...
Definition: humanGunActuatorDescriptor.h:97
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
static DtComponentDescriptor * creator()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtHumanGunActuatorDescriptor; a descriptor for the DtHumanGunActuator component.
Definition: humanGunActuatorDescriptor.h:19
DtRwReal myAzimuthRate
Parameter Name: max-azimuth-rate Parameter Description: The rotation rate for the gun...
Definition: humanGunActuatorDescriptor.h:83
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...

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)