|
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 114 of file Joystick.h.
|
inline |
Definition at line 121 of file Joystick.h.
References Joystick::AxisMax, Joystick::AxisMin, center, deadband, max, min, and reversed.
| int Joystick::AxisCalibration_t::center = 0 |
Definition at line 117 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::deadband = 0 |
Definition at line 118 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::max = AxisMax |
Definition at line 116 of file Joystick.h.
Referenced by reset().
| int Joystick::AxisCalibration_t::min = AxisMin |
Definition at line 115 of file Joystick.h.
Referenced by reset().
| bool Joystick::AxisCalibration_t::reversed = false |
Definition at line 119 of file Joystick.h.
Referenced by reset().