73 virtual void initSensorFieldOfView();
77 virtual const char*
type()
const;
110 virtual void zoomSensor(
double zoomLevel);
146 bool& contactInfoModified);
151 virtual double minimumSignatureThreshold(
double sensorSensitivity)
const;
178 virtual double apparentSignature(
const DtVrfObject*
object,
179 bool losValueIfTerrainUnavailable,
double sensorSensitivity)
const;
183 virtual bool detectedThisPeriod(
double appSignature)
const;
193 virtual bool determineIdentificationLevel(
const DtVrfObject*
object,
197 virtual bool updateSensorContactInfo(
const DtVrfObject *
object,
209 virtual double sensitivity()
const;
216 virtual double sensitivityModifier()
const;
221 virtual bool objectInSector(
const DtVrfObject *
object)
const;
225 virtual double windEffects()
const;
228 virtual double precipitationEffects()
const;
237 virtual double suppressionEffects()
const;
239 virtual const DtString& probabilityString()
const;
DtAnalogInputPort * myMinFieldOfViewElevationPort
Input Port Name: min-elevation Input Port Description: The minimum elevation at which the field of vi...
Definition: signatureObjectSensor.h:294
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Instances of DtStringOutputPort are output ports through which data producers can send a DtString obj...
Definition: stringIOPort.h:52
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: symbolString.h:20
DtAnalogInputPort * myMinFieldOfViewAzimuthPort
Input Port Name: min-azimuth Input Port Description: The minimum azimuth at which the field of view c...
Definition: signatureObjectSensor.h:282
DtVrfSensorFieldOfView manages a VR-Link sensor field of view (FOV) publisher, and sets all the value...
Definition: vrfSensorFieldOfView.h:30
virtual bool createPortGroups()
Creates and initializes port groups.
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
virtual const char * defaultPSRType() const
DtAnalogInputPort * myMaxFieldOfViewAzimuthPort
Input Port Name: max-azimuth Input Port Description: The maximum azimuth at which the field of view c...
Definition: signatureObjectSensor.h:288
virtual int sensorType() const
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtInputPortGroup * mySensorFieldOfViewLimitsPortGroup
Input Port Group Name: sensor-field-of-view-limits Input Port Group Description: Allows the actuator ...
Definition: signatureObjectSensor.h:276
Definition: readerWriterRegistry.h:39
DtSignatureDetectLevelDeterminator * myDetectionLevelDeterminator
Definition: signatureObjectSensor.h:253
virtual void setupGeometryForDetection()
Sets up the current sensor geometry evaluator with the current position and orientation of the sensor...
DtIntegerInputPort * myFieldOfViewColorPort
Input Port Name: field-of-view-color Input Port Description: Desired color for the sensor field of vi...
Definition: signatureObjectSensor.h:271
const DtObjectSensor & operator=(const DtObjectSensor &orig)
assignment operator; not implemented
virtual bool detectObject(const DtVrfObject *object, DtRwSensorContactInfo *contactInfo)
DtObjectSensor is a base level sensor component.
Definition: objectSensor.h:50
A sensor component which uses the VR-Forces Sensor Signature model for detecting object.
Definition: signatureObjectSensor.h:41
virtual void setSensorEnabled(bool enabled)
virtual ContinueDetectingResult continueDetectingObject(const DtVrfObject *object, DtRwSensorContactInfo *contactInfo, bool &contactInfoModified)
virtual bool createPorts()
Creates the target list port.
double mySensitivity
Definition: signatureObjectSensor.h:248
DtVrfSensorFieldOfView * myFieldOfView
The field of view of the sensor.
Definition: signatureObjectSensor.h:251
ContinueDetectingResult
Definition: objectSensor.h:66
DtSignatureObjectSensorPSR * mySignatureSensorPSR
DtObjectSensor's myProcessState cast to our PSR type.
Definition: signatureObjectSensor.h:257
class DtSignatureObjectSensorPSR:
Definition: signatureObjectSensorPSR.h:18
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
Instances of DtSensorFieldOfViewControlInter are used to store state data for SensorFieldOfViewContro...
Definition: sensorFieldOfViewControlInterDIS.h:51
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtSymbolString mySensorDomain
Definition: signatureObjectSensor.h:244
DtVector myLocalSensorPosition
Computed once per tick:
Definition: signatureObjectSensor.h:247
virtual const char * type() const
Returns a string identifies the class type of component.
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual void tick()
Processes only if the simulation is not paused.
DtAnalogInputPort * myMaxFieldOfViewElevationPort
Input Port Name: max-elevation Input Port Description: The maximum elevation at which the field of vi...
Definition: signatureObjectSensor.h:300
DtSignatureDLDeterminator is used to determine the level of detection of the object.
Definition: signatureDetectLevelDeterminator.h:26
const DtSignatureObjectSensorDescriptor * mySignatureObjectSensorDescriptor
Definition: signatureObjectSensor.h:243
DtSignatureObjectSensorDescriptor; descriptor for the DtSignatureObjectSensor component.
Definition: signatureObjectSensorDescriptor.h:30
virtual bool init()
Calls createPSR(), createDetectableObjectList(), createAndInitSensorMonitor() and initSensorGeometry(...