13 #include <vlpi/disEnums.h>
16 #include <matrix/vlVector.h>
47 virtual void computeTrajectory(
double& a_coefficient,
48 double& b_coefficient,
49 double& c_coefficient,
66 virtual void processWarheadInfoCallback(
DtSimMessage* msg);
69 virtual bool registerRadioMessageCallbacks();
73 virtual const char*
type()
const;
88 static void setWarheadInfoCallback(
DtSimMessage* msg,
void* usr);
97 virtual bool createPSR();
#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
Description: This repository holds all information that is common to all the forms of all objects wit...
Definition: vrfMovingObjectStateRepository.h:29
const DtParabolicTrajectoryActuatorDescriptor * pMyParabolicTrajectoryActuatorDesc
Cast.
Definition: parabolicTrajectoryActuator.h:121
const DtActuatorComponent & operator=(const DtActuatorComponent &orig)
assignment operator
virtual bool init()
Overridden to cache a pointer to the entity's radio in this class.
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
DtParabolicTrajectoryPSR * myProcessState
Container for state data associated with this component.
Definition: parabolicTrajectoryActuator.h:118
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points.
File: simMsg.h.
Definition: simMessage.h:35
virtual void tick()
This gives the thread of control to the component.
DtParabolicTrajectoryActuatorDescriptor; descriptor for the DtParabolicTrajectoryActuator component...
Definition: parabolicTrajectoryActuatorDescriptor.h:22
DtParabolicTrajectoryActuator is a kinematics-based model of a missile system that converts steering ...
Definition: parabolicTrajectoryActuator.h:30
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
class DtParabolicTrajectoryPSR:
Definition: parabolicTrajectoryPSR.h:23
DtVrfMovingObjectStateRepository * myMovingObjectState
Definition: parabolicTrajectoryActuator.h:114
virtual const char * type() const =0
Returns a string identifies the class type of component.