15 #ifndef radarObjectSensorDescriptor_H_
16 #define radarObjectSensorDescriptor_H_
61 virtual bool publishEmitterSystem()
const;
62 virtual void setPublishEmitterSystem(
bool v);
74 virtual const DtReal jammingDefenseFactor()
const;
75 virtual void setJammingDefenseFactor(
const DtReal factor);
83 virtual bool iffRequiredForForceId()
const;
84 virtual void setIffRequiredForFirceId(
bool required);
DtJammerSusceptibilityList myJammerSusceptibility
Parameter Name: publish-emitter-system Parameter Description: Flag indicating whether or not to publi...
Definition: radarObjectSensorDescriptor.h:114
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
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
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:122
static DtComponentDescriptor * creator()
DtRwBoolean myPublishEmitterSystem
Parameter Name: publish-emitter-system Parameter Description: Flag indicating whether or not to publi...
Definition: radarObjectSensorDescriptor.h:97
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:112
DtEmitterSystemEntry myEmitterSystem
Parameter Name: emitter-system Parameter Description: A DtEmitterSystemEntry that manages the publish...
Definition: radarObjectSensorDescriptor.h:103
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:30
DtRadarObjectSensorDescriptor; descriptor for the DtRadarObjectSensor component.
Definition: radarObjectSensorDescriptor.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Instances of DtEmitterSystemEntry are used to specify some of the parameters in a DtEmitterComponentD...
Definition: emitterSystemEntry.h:26