VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
elevatingBallisticGunControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: elBalGnCtlDsc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtElevatingBallisticGunControllerDescriptor_H_
15 #define DtElevatingBallisticGunControllerDescriptor_H_
16 
18 #include <readerWriter/rwReal.h>
19 #include <readerWriter/rwInt.h>
20 #include <vlpi/disEnums.h>
21 
31 {
32 public:
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
45 
48 
51  virtual DtString type() const override;
52 
53  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
54 
57  virtual DtReal maxElevationRate() const;
58  virtual void setMaxElevationRate(DtReal maxElevationRate);
60 
63  virtual DtArtPartType gunToControl() const;
64  virtual void setGunToControl(DtArtPartType gunToControl);
66 
69 
70 protected:
73 
74 protected:
78 
85 
93 
95 };
96 
97 #endif
98 
99 
100 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwInt myGunToControl
Parameter Name: gun-to-control Parameter Description: The articulated part number to use for finding ...
Definition: elevatingBallisticGunControllerDescriptor.h:92
DtElevatingBallisticGunControllerDescriptor.
Definition: elevatingBallisticGunControllerDescriptor.h:29
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
static DtComponentDescriptor * creator()
DtBallisticGunControllerDescriptor & operator=(const DtBallisticGunControllerDescriptor &orig)
assignment
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtBallisticGunControllerDescriptor, descriptor for the DtBallisticGunController component.
Definition: ballisticGunControllerDescriptor.h:28
DtRwReal myMaxElevationRate
Parameter Name: max-elevation-rate Parameter Description: The max elevation rate. Used to determine t...
Definition: elevatingBallisticGunControllerDescriptor.h:84
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const override
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...

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)