14 #include <matrix/vlVector.h>
20 class DtMissileManeuverActPortIntf;
55 virtual const char*
type()
const;
79 virtual bool createPSR();
89 virtual void calculateTargetErrorOffset();
99 virtual void calculateTargetCircle();
106 virtual DtVector calculateAimPoint();
109 static void objectAboutToBeRemovedCallback(
const DtVrfObject*
object,
void* usr);
110 virtual void processObjectAboutToBeRemoved(
const DtVrfObject*
object);
#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
const DtActuatorComponent & operator=(const DtActuatorComponent &orig)
assignment operator
This repository holds all information that is common to all bomb entities.
Definition: bombStateRepository.h:28
class DtBombPSR:
Definition: bombPSR.h:33
virtual bool init()
Overridden to cache a pointer to the entity's radio in this class.
DtVector myTargetErrorOffset
Accuracy error computed by calculateTargetErrorOffset().
Definition: bombActuator.h:131
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
End User Description: DtActuator is the base class for all actuator model components.
Definition: actuatorComponent.h:48
DtBombStateRepository * myStateRep
State repository specific to bombs.
Definition: bombActuator.h:124
virtual void tick()
This gives the thread of control to the component.
virtual bool createPorts()
Called by init.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
DtBombActuator models the path of a bomb as guided by the DtBombController.
Definition: bombActuator.h:37
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
DtVectorInputPort * myTargetLocationPort
Input Port Name: target-location Input Port Description: current location of the target in local coor...
Definition: bombActuator.h:146
DtBombPSR * myProcessState
Container for state data associated with this component.
Definition: bombActuator.h:128
virtual const char * type() const =0
Returns a string identifies the class type of component.