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;
52 
53  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
54  = 0) const;
55 
58  virtual DtReal maxElevationRate() const;
59  virtual void setMaxElevationRate(DtReal maxElevationRate);
61 
64  virtual DtArtPartType gunToControl() const;
65  virtual void setGunToControl(DtArtPartType gunToControl);
67 
70 
71 protected:
74 
75 protected:
79 
86 
94 
96 };
97 
98 #endif
99 
100 
101 
#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:93
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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
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:85

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)