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
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)
virtual const char * type() const
Returns a string identifies the class type of component. Type values are defined in compTypes...
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:89
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:70
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.
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. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86