15 #ifndef signatureObjectSensorDescriptor_H_
16 #define signatureObjectSensorDescriptor_H_
66 virtual DtString sensorDomain()
const;
67 virtual void setSensorDomain(
const DtString& domain);
72 virtual const double sensorError()
const;
73 virtual void setSensorError(
const double sensorError);
78 virtual const double sensorSensitivity()
const;
79 virtual void setSensorSensitivity(
const double sensorSensitivity);
96 virtual void setPublishSensorFieldOfView(
bool value);
97 virtual bool publishSensorFieldOfView()
const;
static DtComponentDescriptor * creator()
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwBoolean myPublishSensorFieldOfView
Parameter Name: publish-sensor-field-of-view Parameter Description: Flag indicating whether or not to...
Definition: signatureObjectSensorDescriptor.h:150
DtPrbStepFunction myDetectionProbabilityTable
Parameter Name: detection-probability Parameter Description: This a table of detection probability by...
Definition: signatureObjectSensorDescriptor.h:137
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwString mySensorDomain
Parameter Name: sensor-domain Parameter Description: String identifying what domain this sensor opera...
Definition: signatureObjectSensorDescriptor.h:116
Definition: prbStepFunction.h:24
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:42
DtObjectSensorDescriptor; descriptor for the DtObjectSensor component.
Definition: objectSensorDescriptor.h:27
Definition: readerWriterRegistry.h:39
Instances of DtSensorFieldOfViewEntry are used to specify the parameters that describe the possible a...
Definition: sensorFieldOfViewEntry.h:24
DtSensorFieldOfViewEntry mySensorFieldOfView
Parameter Name: emitter-system Parameter Description: A DtSensorFieldOfViewEntry that manages the pub...
Definition: signatureObjectSensorDescriptor.h:156
DtRwReal mySensorSensitivity
Parameter Name: sensor-sensitivity Parameter Description: The sensitivity of the sensor.
Definition: signatureObjectSensorDescriptor.h:131
DtRwReal mySensorPositionalError
Parameter Name: sensor-positional-error Parameter Description: The error associated with determining ...
Definition: signatureObjectSensorDescriptor.h:123
DtRwDetectionLevelContainer myDetectLevelDeterminatorContainer
Parameter Name: detection-level-determinator Parameter Description: This a list of the parameters use...
Definition: signatureObjectSensorDescriptor.h:144
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwDetectionLevelContainer contains the parameters needed to define a DtDetectionLevelDeterminator.
Definition: rwDetectionLevelContainer.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtObjectSensorDescriptor & operator=(const DtObjectSensorDescriptor &orig)
assignment
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:30