62 virtual bool publishActiveSonarSystem()
const;
63 virtual void setPublishActiveSonarSystem(
bool v);
74 virtual bool activeByDefault()
const;
75 virtual void setActiveByDefault(
bool active);
Instances of DtActiveSonarSystemEntry are used to specify some of the parameters in a DtEmitterCompon...
Definition: activeSonarSystemEntry.h:27
DtActiveSonarSensorDescriptor; descriptor for the DtActiveSonarSensor component.
Definition: activeSonarSensorDescriptor.h:22
#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. 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
DtRwReal myDetectionPeriod
Parameter Name: detection-period Parameter Description: The time between checks for new targets (or t...
Definition: activeSonarSensorDescriptor.h:92
Definition: readerWriterRegistry.h:39
DtRwBoolean myActiveByDefault
Parameter Name: active-by-default Parameter Description: Determines whether the sensor starts in an a...
Definition: activeSonarSensorDescriptor.h:111
DtActiveSonarSystemEntry myActiveSonarSystem
Parameter Name: active-sonar-system Parameter Description: A DtActiveSonarSystemEntry that manages th...
Definition: activeSonarSensorDescriptor.h:104
DtPassiveSonarSensorDescriptor; descriptor for the DtPassiveSonarSensor component.
Definition: passiveSonarSensorDescriptor.h:19
DtRwBoolean myPublishActiveSonarSystem
Parameter Name: publish-active-sonar-system Parameter Description: Flag indicating whether or not to ...
Definition: activeSonarSensorDescriptor.h:98
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtPassiveSonarSensorDescriptor & operator=(const DtPassiveSonarSensorDescriptor &orig)
assignment
virtual void setDetectionPeriod(DtReal detectionPeriod)
Accessor/mutator for myDetectionPeriod.
virtual DtReal detectionPeriod() const
Accessor/mutator for myDetectionPeriod.
static DtComponentDescriptor * creator()