VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
launcherActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: launchDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtLauncherActuatorDescriptor_H_
16 #define DtLauncherActuatorDescriptor_H_
17 
18 
20 #include <readerWriter/rwReal.h>
21 #include "readerWriter/rwVector.h"
24 
30 {
31 public:
34  parentRegistry = 0);
35 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
42  const DtLauncherActuatorDescriptor & orig);
43 
45  virtual ~DtLauncherActuatorDescriptor() override;
46 
49  virtual DtString type() const override;
50 
51  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
52 
55  virtual void setAzimuthRange(DtReal azimuthRange);
56  virtual DtReal azimuthRange() const;
58 
61  virtual void setElevationRange(DtReal elevationRange);
62  virtual DtReal elevationRange() const;
64 
67  virtual const DtVector& launcherMuzzleOffset() const;
68  virtual void setLauncherMuzzleOffset(const DtVector& muzzleOffset);
70 
72  static DtComponentDescriptor * creator();
73 
74 protected:
77 
78 protected:
82 
89 
96 
103 
105 };
106 
107 #endif
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Elevation sweep of the launcher. The value is used as an angle centered at the launcher center. Parameter Default Value: 0. Parameter Units: radians.
Definition: launcherActuatorDescriptor.h:102
DtRwOffsetVector myLauncherMuzzleOffset
Parameter Name: launcher-muzzle-offset Parameter Description: Vector is added to the position of the ...
Definition: launcherActuatorDescriptor.h:88
#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
DtRwReal myAzimuthRange
Parameter Name: azimuth-range Parameter Description: Azimuth sweep of the launcher. The value is used as an angle centered at the launcher center. Parameter Default Value: 0. Parameter Units: radians.
Definition: launcherActuatorDescriptor.h:95
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
Contains class declaration for DtLauncherActuatorDescriptor, descriptor for the DtLauncherActuator co...
Definition: launcherActuatorDescriptor.h:29
static DtComponentDescriptor * creator()
Specialized vector that can be used for the knowledge of an &quot;offset&quot; rather than location vector...
Definition: rwVector.h:112
File: rwVector.h.

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)