46 virtual bool init()
override;
50 virtual const char*
type()
const override;
65 virtual void calculateGains(
const DtReal manuverConst,
const DtReal riseTime,
66 DtReal & velGain, DtReal & oriGain);
69 const DtString& functionGroup,
const DtString&
function,
double value,
bool repeat)
override;
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
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
DtRotaryWingJoyFlightController & operator=(const DtRotaryWingJoyFlightController &orig)
assignment operator; not implemented
DtReal myYawVelGain
Feedback gain for the roll orientation control.
Definition: rotaryWingJoyFlightController.h:91
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
DtReal myRollVelGain
Feedback gain for the pitch orientation control.
Definition: rotaryWingJoyFlightController.h:89
virtual void calcAndSetPortValues(const DtString &functionGroup, const DtString &function, double value, bool repeat) override
Override to set.
!!!!!!!!!!!! DtJoyDeviceControllerDescriptor
Definition: joyDeviceControllerDescriptor.h:93
virtual ~DtRotaryWingJoyFlightController() override
destructor
const char DtRotaryWingJoyFlightControllerType[]
DtRotaryWingJoyFlightController is a controller that enables joystick control of a rotary wing aircra...
Definition: rotaryWingJoyFlightController.h:28
Definition: rotaryWingJoyFlightController.h:30
virtual void joystickDisconnected() override
Called when joystick is disconnected for this controller.
DtReal myPitchOriGain
Feedback gain for the pitch angular velocity control.
Definition: rotaryWingJoyFlightController.h:88
DtReal myPitchVelGain
Definition: rotaryWingJoyFlightController.h:87
DtReal myYawOriGain
Feedback gain for the yaw angular velocity control.
Definition: rotaryWingJoyFlightController.h:92
virtual void joystickConnected() override
Called when joystick is connected for this controller.
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
virtual bool init() override
Overridden to initialize myRotaryWingEntityState.
virtual void calculateGains(const DtReal manuverConst, const DtReal riseTime, DtReal &velGain, DtReal &oriGain)
Calculates stabilizing gains using the member rise-time variable and maneuverConst.
The DtRotaryWingPilotController class creates the rotary-wing-control port group needed to control ro...
Definition: rotaryWingPilotController.h:38
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.
DtReal myRollOriGain
Feedback gain for the roll angular velocity control.
Definition: rotaryWingJoyFlightController.h:90
A locally simulated VRF object.
Definition: localObject.h:98
DtRotaryWingJoyFlightController()
default constructor; not implemented