41 virtual const char*
type()
const;
52 virtual bool collisionDetected();
68 virtual bool detectCollision();
72 virtual void collideWithLifeform(
const DtVrfObject*);
#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
bool myBreaking
Definition: groundJoyMoveController.h:84
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
const DtGroundAutoControllerComponent & operator=(const DtGroundAutoControllerComponent &orig)
assignment operator; not implemented
bool myCollisionDetected
Definition: groundJoyMoveController.h:82
virtual const char * type() const
Returns a string identifies the class type of component.
virtual void joystickDisconnected()=0
Called when joystick is disconnected for this controller.
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
virtual void joystickConnected()=0
Called when joystick is connected for this controller.
bool myInternalCollisionDetected
Definition: groundJoyMoveController.h:83
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
int myCurrentGear
Definition: groundJoyMoveController.h:79
virtual void calcAndSetPortValues(const DtString &functionGroup, const DtString &function, double value, bool repeat)=0
Override to set.
int myJoystickGear
Definition: groundJoyMoveController.h:80
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
DtGroundJoyMoveController is a controller that enables joystick control of a ground vehicle...
Definition: groundJoyMoveController.h:26
Will manage basic functionality of a joystick controller.
Definition: joystickControllerInterface.h:23
DtGroundAutoControllerComponent is a base controller that holds capabilitites common to all automotiv...
Definition: groundAutoControllerComponent.h:33