63 static bool processFireCallback(
const DtFireContext& fireContext,
void* usr);
68 virtual bool determineUnderFire(
const DtFireContext& fireContext);
72 virtual const char*
type()
const;
93 virtual bool underFireFromDetonation(
const DtFireContext& fireContext)
const;
96 virtual bool underFireFromFire(
const DtFireContext& fireContext)
const;
99 virtual bool registerForFireNotifications();
102 virtual bool unregisterForFireNotifications();
107 virtual bool isRegisteredForFireNotifications();
108 virtual void setIsRegisteredForFireNotifications(
bool yesOrNo);
115 virtual void clearUnderFire();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtUnderFireDeterminationSensor is a sensor that provides, together with the fire manager, a simple under-fire determination model.
Definition: underFireDeterminationSensor.h:33
Definition: simRadio.h:30
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
The DtFireContext class exists to contain all the relevent information necessary for an entity to pro...
Definition: fireContext.h:23
virtual bool init()
Calls createPorts and createPortGroups Initializes myLastTickSimTime.
DtUnderFireDeterminationComponentDescriptor; descriptor for the DtUnderFireDeterminationSensor compon...
Definition: underFireDeterminationComponentDescriptor.h:26
File: simMsg.h.
Definition: simMessage.h:35
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
virtual bool tickWhileDestroyed() const
If the component returns true here, it will be ticked regardless of the destroyed state of the host e...
DtSimComponent & operator=(const DtSimComponent &orig)
assignment operator, not implemented
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:91
DtUnderFireDeterminationComponentDescriptor * myUnderFireComponentDescriptor
Definition: underFireDeterminationSensor.h:129
bool myIsRegisteredForFireNotifications
Definition: underFireDeterminationSensor.h:132
virtual const char * type() const =0
Returns a string identifies the class type of component. Type values are defined in compTypes...
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86