VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radarObjectSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: radarObjectSensorDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef radarObjectSensorDescriptor_H_
16 #define radarObjectSensorDescriptor_H_
17 
19 #include "readerWriter/rwVector.h"
20 #include <readerWriter/rwBoolean.h>
23 
28 {
29  private:
32 
33 public:
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
40  orig, DtReaderWriterRegistry* parentRegistry = 0);
41 
45 
47  virtual ~DtRadarObjectSensorDescriptor() override;
48 
51  virtual DtString type() const override;
52 
53  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
54 
57 
60  virtual bool publishEmitterSystem() const;
61  virtual void setPublishEmitterSystem(bool v);
63 
66  virtual const DtEmitterSystemEntry& emitterSystem() const;
67  virtual DtEmitterSystemEntry& emitterSystem();
69 
73  virtual const DtReal jammingDefenseFactor() const;
74  virtual void setJammingDefenseFactor(const DtReal factor);
76 
77  virtual DtJammerSusceptibilityList& jammerSusceptibility();
78  virtual const DtJammerSusceptibilityList& jammerSusceptibility() const;
79 
82  virtual bool iffRequiredForForceId() const;
83  virtual void setIffRequiredForFirceId(bool required);
85 
86 protected:
87 
91 
97 
103 
112 
114 
116 
122 };
123 
124 #endif
DtJammerSusceptibilityList myJammerSusceptibility
Parameter Name: publish-emitter-system Parameter Description: Flag indicating whether or not to publi...
Definition: radarObjectSensorDescriptor.h:113
DtSignatureObjectSensorDescriptor & operator=(const DtSignatureObjectSensorDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Definition: readerWriterRegistry.h:39
DtRwBoolean myIffRequiredForForceId
Parameter Name: iff-required-for-force-id Parameter Description: If true then force will only be iden...
Definition: radarObjectSensorDescriptor.h:121
static DtComponentDescriptor * creator()
DtRwBoolean myPublishEmitterSystem
Parameter Name: publish-emitter-system Parameter Description: Flag indicating whether or not to publi...
Definition: radarObjectSensorDescriptor.h:96
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myJammingDefenseFactor
Parameter Name: jamming-defense-factor Parameter Description: A defensive strength against jamming...
Definition: radarObjectSensorDescriptor.h:111
DtEmitterSystemEntry myEmitterSystem
Parameter Name: emitter-system Parameter Description: A DtEmitterSystemEntry that manages the publish...
Definition: radarObjectSensorDescriptor.h:102
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:31
DtRadarObjectSensorDescriptor; descriptor for the DtRadarObjectSensor component.
Definition: radarObjectSensorDescriptor.h:27
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)