VR-Forces Developer's Guide
 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 
49  virtual ~DtEmitterComponentDescriptor() override;
50 
53  virtual DtString type() const override;
54 
55  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
56 
59 
62  virtual DtVector mountLocation() const;
63  virtual void setMountLocation(const DtVector &location);
65 
68  virtual bool on() const;
69  virtual void setOn(bool onOff);
71 
74  virtual DtString radarMode() const;
75  virtual void setRadarMode(const DtString& mode);
77 
80  virtual bool useHighDensityTracking() const;
81  virtual void setUseHighDensityTracking(bool useHdMode);
83 
86  virtual bool useHighDensityJamming() const;
87  virtual void setUseHighDensityJamming(bool useHdMode);
89 
92  virtual DtEmitterSystemEntry& emitterSystem();
93  virtual const DtEmitterSystemEntry& emitterSystem() const;
95 
96 protected:
100 
106 
111 
116 
121 
126 
131 
132 };
133 
134 #endif
135 
136 
137 
DtRwString myRadarMode
Parameter Name: radar-mode-at-start Parameter Description: Emitter system mode on creation...
Definition: emitterComponentDescriptor.h:115
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#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:49
Definition: readerWriterRegistry.h:39
DtEmitterSystemEntry myEmitterSystemEntry
Parameter Name: emitter-system Parameter Description: Emitter sub-system.
Definition: emitterComponentDescriptor.h:129
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:125
DtRwBoolean myOn
Parameter Name: on-at-start Parameter Description: Emitter system on-state at creation. Parameter Default Value: False.
Definition: emitterComponentDescriptor.h:110
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:120
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
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:105
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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)