13 #include <matrix/vlVector.h>
41 virtual const char*
type()
const;
56 virtual void findBodyAzimuthElevationToTargetPoint(
const DtVector&
62 virtual void setTargetPoint(
const DtVector& localTargetPoint);
63 virtual const DtVector& targetPoint();
70 myUseTargetPoint = doUse;
76 myFiringDirect = isFiringDirect;
virtual bool isFiringDirect()
Definition: mountingController.h:78
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtMountingController; models rotation of a launcher.
Definition: mountingController.h:23
bool myFiringDirect
Indicates LOS direct fire mode. Set by parent controller each tick.
Definition: mountingController.h:109
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtVector myTargetPoint
Definition: mountingController.h:106
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
virtual void setUseTargetPoint(bool doUse)
Sets whether to use a target point for determining desired azimuth.
Definition: mountingController.h:68
Definition: readerWriterRegistry.h:39
virtual const char * type() const
Returns a string identifies the class type of component.
bool myUseTargetPoint
Where the mount is supposed to point in local database coords.
Definition: mountingController.h:105
virtual bool isUsingTargetPoint()
Definition: mountingController.h:72
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
const DtBaseMountingController & operator=(const DtBaseMountingController &orig)
assignment operator; not implemented
virtual void findDesiredAzimuthAndElevation()
Base fn (should be overridden): set desired az and el from parameter inputs.
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
DtBaseMountingController is a controller that generates the azimuth and elevation controls needed to ...
Definition: baseMountingController.h:31
virtual void setFiringDirect(bool isFiringDirect)
Definition: mountingController.h:74