17 #include <vlutil/vlString.h>
18 #include <matrix/vlVector.h>
52 virtual const char*
type()
const;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
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 DtSimTaskStatePtr currentTaskState() const
Definition: readerWriterRegistry.h:39
virtual void doFinishingForTaxiing()
Only called if the entity is near its goal. Checks to see if the entity is at the goal or passed it...
DtBoost::shared_ptr< DtSimTaskState > DtSimTaskStatePtr
Definition: taskAndTaskStateDefines.h:18
virtual void doLanding()
Checks to see if the entity is on the ground. If so, it assumes that the entity has landed...
File: simMsg.h.
Definition: simMessage.h:35
virtual void doFinishingForFlying()
Checks to see if the entity is within two seconds of being at the waypoint, or if the entity’s distanc...
virtual const char * type() const
Returns a string identifies the class type of component. Type values are defined in compTypes...
virtual void registerTaskMsgCallbacks()
Overrides this so it can register it's interest in the radio messages defined above.
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:70
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
DtFixedWingMoveAlongController is a controller that models the movement of a fixed wing entity along ...
Definition: fixedWingMoveAlongController.h:47
A DtTaskMsg is a DtRadioMsg with a pointer to a task. The type of the taskMsg is just the type of the...
Definition: taskMessage.h:21
DtFixedWingMoveAlongController & operator=(const DtFixedWingMoveAlongController &orig)
assignment operator
DtFixedWingPatrolRouteController is a controller that models movement along a route for fixed-wing en...
Definition: fixedWingPatrolRouteController.h:34
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