15 #ifndef radarObjectSensorDescriptor_H_
16 #define radarObjectSensorDescriptor_H_
60 virtual bool publishEmitterSystem()
const;
61 virtual void setPublishEmitterSystem(
bool v);
73 virtual const DtReal jammingDefenseFactor()
const;
74 virtual void setJammingDefenseFactor(
const DtReal factor);
82 virtual bool iffRequiredForForceId()
const;
83 virtual void setIffRequiredForFirceId(
bool required);
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
Instances of DtEmitterSystemEntry are used to specify some of the parameters in a DtEmitterComponentD...
Definition: emitterSystemEntry.h:26