VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
turretScanComponentDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: turScanDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtTurretScanComponentDescriptor_H_
16 #define DtTurretScanComponentDescriptor_H_
17 
19 #include <readerWriter/rwInt.h>
20 #include <readerWriter/rwReal.h>
21 #include <readerWriter/rwBoolean.h>
22 #include <vlpi/disEnums.h>
23 
25 
31 {
32 public:
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
44 
47 
50  virtual DtString type() const;
51 
52 
55  virtual DtReal scanRate() const;
56  virtual void setScanRate(DtReal scanRate);
58 
59 
62  virtual DtReal minimumScanWidth() const;
63  virtual void setMinimumScanWidth(DtReal scanWidth);
65 
66 
69  virtual bool scanSor() const;
70  virtual void setScanSor(bool scanSor);
72 
73  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
74  = 0) const;
75 
77  static DtComponentDescriptor * creator();
78 
79 protected:
82 
83 protected:
87 
94 
104 
110 
112 };
113 
114 #endif
115 
116 
117 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myScanSor
Parameter Name: scan-sor Parameter Description: Determines whether the turret will continually scan w...
Definition: turretScanComponentDescriptor.h:109
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myMinimumScanWidth
Parameter Name: minimum-scan-width Parameter Description: The minimum with of the sector of responsib...
Definition: turretScanComponentDescriptor.h:103
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtTurretScanComponentDescriptor is a DtComponentDescriptor that has additional information needed for...
Definition: turretScanComponentDescriptor.h:30
DtRwReal myScanRate
Parameter Name: scan-rate Parameter Description: The rate at which to slew the turret.
Definition: turretScanComponentDescriptor.h:93

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)