|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Joystick.h>
Public Member Functions | |
| AssignedButtonAction (const QString &name, bool repeat) | |
Public Attributes | |
| QString | actionName |
| bool | repeat = false |
| QElapsedTimer | buttonElapsedTimer |
Definition at line 25 of file Joystick.h.
| AssignedButtonAction::AssignedButtonAction | ( | const QString & | name, |
| bool | repeat | ||
| ) |
Definition at line 40 of file Joystick.cc.
| QString AssignedButtonAction::actionName |
Definition at line 30 of file Joystick.h.
| QElapsedTimer AssignedButtonAction::buttonElapsedTimer |
Definition at line 32 of file Joystick.h.
| bool AssignedButtonAction::repeat = false |
Definition at line 31 of file Joystick.h.