Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
|
This is the complete list of members for IJoystick, including all inherited members.
getCentreDeadband() const | IJoystick | inline |
getCentredValue() const | IJoystick | |
getCentrePoint() const | IJoystick | inline |
getHighDeadband() const | IJoystick | inline |
getHighPoint() const | IJoystick | inline |
getID() const | IInputDevice | inline |
getLowDeadband() const | IJoystick | inline |
getLowPoint() const | IJoystick | inline |
getPhysicalValue() const =0 | IJoystick | protectedpure virtual |
getRawValue() const | IJoystick | inline |
getThreshold() const | IJoystick | inline |
getValue() const | IJoystick | |
IInputDevice(inputid_t id) | IInputDevice | inline |
IJoystick(inputid_t id) | IJoystick | |
poll() | IJoystick | virtual |
setDeadbands(inputanalog_t low, inputanalog_t centre, inputanalog_t high) | IJoystick | |
setDeadbands(inputanalog_t low, inputanalog_t high) | IJoystick | |
setPoints(inputanalog_t low, inputanalog_t centre, inputanalog_t high) | IJoystick | |
setPoints(inputanalog_t low, inputanalog_t high) | IJoystick | |
setThreshold(inputanalog_t threshold) | IJoystick | |
setTransformation(IValueTransform *transform) | IJoystick | |
type() const | IJoystick | inlinevirtual |
~IInputDevice() (defined in IInputDevice) | IInputDevice | inlinevirtual |
~IJoystick() (defined in IJoystick) | IJoystick | virtual |