23 #include <vlpi/disEnums.h>
56 virtual const DtString & detonatorFuse()
const;
57 virtual void setDetonatorFuse(
const DtString & fuse);
61 virtual DtReal detonationProximity()
const;
62 virtual void setDetonationProximity(DtReal proximity);
67 virtual DtReal malfunctionPercentage()
const;
68 virtual void setMalfunctionPercentage(DtReal percent);
73 virtual bool amArmed()
const;
74 virtual void setAmArmed(
bool armed);
DtRwReal myDetonationProximity
Parameter Name: detonation-proximity-distance Parameter Description: If using a proximity fuse...
Definition: detonationControllerDescriptor.h:111
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwObjectTypeList myObjTypesToDetect
Parameter Name: "object-types-to-detect" Parameter Description: List of object types this controller ...
Definition: detonationControllerDescriptor.h:126
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
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtTargetingControlTable myTargetingControlTable
Parameter Name: targeting-control-table Parameter Description: The table that will specify ammunition...
Definition: detonationControllerDescriptor.h:132
DtRwBoolean myAmArmed
Parameter Name: armed Parameter Description: Defines whether this detonator is armed at creation of t...
Definition: detonationControllerDescriptor.h:121
DtRwReal myMalfunctionPercentage
Parameter Name: malfunction-percentage Parameter Description: This is the percent chance this detonat...
Definition: detonationControllerDescriptor.h:116
class DtRwObjectTypeList:
Definition: rwObjectTypeList.h:30
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtDetonationControllerDescriptor; descriptor for the DtDetonationController component.
Definition: detonationControllerDescriptor.h:29
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwString myFuseTypeString
Parameter Name: fuse-type Parameter Description: Name of type of fuse to be used for detonation–proxi...
Definition: detonationControllerDescriptor.h:105
Definition: targetingControlTable.h:20