53 virtual bool detectsNuclear()
const;
54 virtual void setDetectsNuclear(
bool d);
59 virtual DtReal nuclearDetectionRange()
const;
60 virtual void setNuclearDetectionRange(DtReal range);
65 virtual bool detectsBiological()
const;
66 virtual void setDetectsBiological(
bool d);
71 virtual DtReal biologicalDetectionRange()
const;
72 virtual void setBiologicalDetectionRange(DtReal range);
77 virtual bool detectsChemical()
const;
78 virtual void setDetectsChemical(
bool d);
83 virtual DtReal chemicalDetectionRange()
const;
84 virtual void setChemicalDetectionRange(DtReal range);
DtNbcSensorDescriptor; descriptor for the DtNbcSensor component.
Definition: nbcSensorDescriptor.h:20
static DtComponentDescriptor * creator()
DtRwReal myNuclearRange
Parameter Name: range-nuclear Parameter Description: The range (from the outer edge of the unit's foo...
Definition: nbcSensorDescriptor.h:104
DtRwBoolean myDetectsChemical
Parameter Name: detect-chemical Parameter Description: Flag indicating whether this sensor can detect...
Definition: nbcSensorDescriptor.h:123
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myDetectsBiological
Parameter Name: detect-biological Parameter Description: Flag indicating whether this sensor can dete...
Definition: nbcSensorDescriptor.h:110
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtObjectSensorDescriptor; descriptor for the DtObjectSensor component.
Definition: objectSensorDescriptor.h:27
Definition: readerWriterRegistry.h:39
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
DtRwReal myChemicalRange
Parameter Name: range-chemical Parameter Description: The range (from the outer edge of the unit's fo...
Definition: nbcSensorDescriptor.h:130
DtRwReal myBiologicalRange
Parameter Name: range-biological Parameter Description: The range (from the outer edge of the unit's ...
Definition: nbcSensorDescriptor.h:117
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myDetectsNuclear
Parameter Name: detect-nuclear Parameter Description: Flag indicating whether this sensor can detect ...
Definition: nbcSensorDescriptor.h:97
DtObjectSensorDescriptor & operator=(const DtObjectSensorDescriptor &orig)
assignment