|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Joystick.h>
Public Member Functions | |
| void | reset () |
Public Attributes | |
| int | min = AxisMin |
| int | max = AxisMax |
| int | center = 0 |
| int | deadband = 0 |
| bool | reversed = false |
Definition at line 121 of file Joystick.h.
|
inline |
Definition at line 128 of file Joystick.h.
References Joystick::AxisMax, Joystick::AxisMin, center, deadband, max, min, and reversed.
| int Joystick::AxisCalibration_t::center = 0 |
Definition at line 124 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::deadband = 0 |
Definition at line 125 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::max = AxisMax |
Definition at line 123 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::min = AxisMin |
Definition at line 122 of file Joystick.h.
Referenced by reset().
| bool Joystick::AxisCalibration_t::reversed = false |
Definition at line 126 of file Joystick.h.
Referenced by reset().