VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
emitterComponentDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #ifndef DtEmitterComponentDescriptor_H_
13 #define DtEmitterComponentDescriptor_H_
14 
16 #include <readerWriter/rwInt.h>
17 #include "readerWriter/rwVector.h"
18 #include <readerWriter/rwReal.h>
19 #include <readerWriter/rwBoolean.h>
22 
24 
32 {
33 public:
36  DtReaderWriterRegistry* parentRegistry = NULL);
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
47 
50 
53  virtual DtString type() const;
54 
56  DtReaderWriterRegistry* parentRegistry = NULL) const;
57 
60 
63  virtual DtVector mountLocation() const;
64  virtual void setMountLocation(const DtVector &location);
66 
69  virtual bool on() const;
70  virtual void setOn(bool onOff);
72 
75  virtual DtString radarMode() const;
76  virtual void setRadarMode(const DtString& mode);
78 
81  virtual bool useHighDensityTracking() const;
82  virtual void setUseHighDensityTracking(bool useHdMode);
84 
87  virtual bool useHighDensityJamming() const;
88  virtual void setUseHighDensityJamming(bool useHdMode);
90 
93  virtual DtEmitterSystemEntry& emitterSystem();
94  virtual const DtEmitterSystemEntry& emitterSystem() const;
96 
97 protected:
101 
107 
112 
117 
122 
127 
132 
133 };
134 
135 #endif
136 
137 
138 
DtRwString myRadarMode
Parameter Name: radar-mode-at-start Parameter Description: Emitter system mode on creation...
Definition: emitterComponentDescriptor.h:116
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
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
DtEmitterSystemEntry myEmitterSystemEntry
Parameter Name: emitter-system Parameter Description: Emitter sub-system.
Definition: emitterComponentDescriptor.h:130
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
Definition: rwVector.h:23
DtRwBoolean myUseHighDensityJamming
Parameter Name: high-density-jamming-at-start Parameter Description: Use high-density jamming at cre...
Definition: emitterComponentDescriptor.h:126
DtRwBoolean myOn
Parameter Name: on-at-start Parameter Description: Emitter system on-state at creation.
Definition: emitterComponentDescriptor.h:111
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwBoolean myUseHighDensityTracking
Parameter Name: high-density-tracking-at-start Parameter Description: Use high-density tracking on c...
Definition: emitterComponentDescriptor.h:121
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
const char int mode
Definition: ioapi.h:38
Instances of DtEmitterComponentDescriptor are used to specify the parameters for a DtEmitterComponent...
Definition: emitterComponentDescriptor.h:31
DtRwVector myMountLocation
Parameter Name: mount-location Parameter Description: Emitter system offset from entity in meters...
Definition: emitterComponentDescriptor.h:106
File: rwVector.h.
Instances of DtEmitterSystemEntry are used to specify some of the parameters in a DtEmitterComponentD...
Definition: emitterSystemEntry.h:26

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)