42 virtual const char*
type()
const override;
56 const DtString& functionGroup,
const DtString&
function,
double value,
bool repeat)
override;
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtGroundJoyTurretController & operator=(const DtGroundJoyTurretController &orig)
assignment operator; not implemented
Definition: readerWriterRegistry.h:39
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
const char DtGroundJoyTurretControllerType[]
DtGroundJoyTurretController is a controller used to enable joystick control of a turret.
Definition: groundJoyTurretController.h:26
DtTurretSlewController is a controller that has those capabilities common to all controllers that man...
Definition: turretSlewController.h:43
virtual void joystickDisconnected() override
Called when joystick is disconnected for this controller.
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
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
VRF4API_METHOD const DtSimulationServices * simManager() const
This is the deprecated API that can be used as a reference to migrate 4.X code to 5...
Definition: simComponent.h:583
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual ~DtGroundJoyTurretController() override
destructor
virtual void joystickConnected() override
Called when joystick is connected for this controller.
Will manage basic functionality of a joystick controller. Implement pure virtual functions to respons...
Definition: joystickControllerInterface.h:23
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
Definition: groundJoyTurretController.h:28
DtGroundJoyTurretController()
default constructor; not implemented
A locally simulated VRF object.
Definition: localObject.h:98
virtual void calcAndSetPortValues(const DtString &functionGroup, const DtString &function, double value, bool repeat) override
Override to set.