43 virtual const char*
type()
const override;
69 const DtString& functionGroup,
const DtString&
function,
double value,
bool repeat)
override;
virtual void calcAndSetPortValues(const DtString &functionGroup, const DtString &function, double value, bool repeat) override
Override to set.
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual void joystickConnected() override
Called when joystick is connected for this controller.
DtFixedWingPilotController is a controller that models the capabilities of a fixed-wing pilot...
Definition: fixedWingPilotController.h:47
DtFixedWingJoyFlightController()
default constructor - should not be called.
Definition: fixedWingJoyFlightController.h:26
const char DtFixedWingJoyFlightControllerType[]
DtFixedWingJoyFlightController is a controller used to enable joystick control of a fixed wing aircra...
Definition: fixedWingJoyFlightController.h:24
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)
Will manage basic functionality of a joystick controller. Implement pure virtual functions to respons...
Definition: joystickControllerInterface.h:23
virtual ~DtFixedWingJoyFlightController() override
destructor
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
DtFixedWingJoyFlightController & operator=(const DtFixedWingJoyFlightController &orig)
assignment operator
A locally simulated VRF object.
Definition: localObject.h:98
virtual void joystickDisconnected() override
Called when joystick is disconnected for this controller.