13 #include <matrix/vlVector.h>
41 virtual const char*
type()
const override;
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
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:49
virtual void setUseTargetPoint(bool doUse)
Sets whether to use a target point for determining desired azimuth. myUseTargetPoint is set automatic...
Definition: mountingController.h:68
Definition: readerWriterRegistry.h:39
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
bool myUseTargetPoint
Where the mount is supposed to point in local database coords.
Definition: mountingController.h:105
virtual bool isUsingTargetPoint()
Definition: mountingController.h:72
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:89
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.
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
DtBaseMountingController is a controller that generates the azimuth and elevation controls needed to ...
Definition: baseMountingController.h:36
virtual void setFiringDirect(bool isFiringDirect)
Definition: mountingController.h:74
A locally simulated VRF object.
Definition: localObject.h:98