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 registerForFireNotifications();
96 virtual bool unregisterForFireNotifications();
101 virtual bool isRegisteredForFireNotifications();
102 virtual void setIsRegisteredForFireNotifications(
bool yesOrNo);
109 virtual void clearUnderFire();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtUnderFireDeterminationSensor is a sensor that provides, together with the fire manager, a simple under-fire determination model.
Definition: underFireDeterminationSensor.h:33
class DtSimRadio:
Definition: simRadio.h:25
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
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.
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
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtUnderFireDeterminationComponentDescriptor * myUnderFireComponentDescriptor
Definition: underFireDeterminationSensor.h:123
bool myIsRegisteredForFireNotifications
Definition: underFireDeterminationSensor.h:126
virtual const char * type() const =0
Returns a string identifies the class type of component.