|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <MAVLinkConsoleController.h>
Inheritance diagram for MAVLinkConsoleController:
Collaboration diagram for MAVLinkConsoleController:Public Member Functions | |
| MAVLinkConsoleController (QObject *parent=nullptr) | |
| ~MAVLinkConsoleController () | |
| void | sendCommand (const QString &command) |
| QString | historyUp (const QString ¤t) |
| QString | historyDown (const QString ¤t) |
| QString | handleClipboard (const QString &command_pre) |
Definition at line 15 of file MAVLinkConsoleController.h.
|
explicit |
Definition at line 13 of file MAVLinkConsoleController.cc.
References MultiVehicleManager::activeVehicleChanged().
| MAVLinkConsoleController::~MAVLinkConsoleController | ( | ) |
Definition at line 24 of file MAVLinkConsoleController.cc.
| QString MAVLinkConsoleController::handleClipboard | ( | const QString & | command_pre | ) |
Get clipboard data and if it has N lines, execute first N-1 commands
| command_pre | prefix to data from clipboard |
Definition at line 51 of file MAVLinkConsoleController.cc.
References sendCommand().
|
inline |
Definition at line 41 of file MAVLinkConsoleController.h.
|
inline |
Definition at line 40 of file MAVLinkConsoleController.h.
| void MAVLinkConsoleController::sendCommand | ( | const QString & | command | ) |
Definition at line 34 of file MAVLinkConsoleController.cc.
Referenced by handleClipboard().