|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Autotune.h>
Inheritance diagram for Autotune:
Collaboration diagram for Autotune:Public Slots | |
| void | sendMavlinkRequest () |
Signals | |
| void | autotuneChanged () |
Public Member Functions | |
| Autotune (Vehicle *vehicle) | |
| bool autotuneInProgress READ autotuneInProgress NOTIFY | autotuneChanged (float autotuneProgress READ autotuneProgress NOTIFY autotuneChanged) 1(QString autotuneStatus READ autotuneStatus NOTIFY autotuneChanged) 1 void autotuneRequest() |
| bool | autotuneInProgress () |
| float | autotuneProgress () |
| QString | autotuneStatus () |
Static Public Member Functions | |
| static void | ackHandler (void *resultHandlerData, int compId, const mavlink_command_ack_t &ack, Vehicle::MavCmdResultFailureCode_t failureCode) |
| static void | progressHandler (void *progressHandlerData, int compId, const mavlink_command_ack_t &ack) |
Definition at line 9 of file Autotune.h.
|
explicit |
Definition at line 5 of file Autotune.cpp.
References sendMavlinkRequest().
|
static |
Definition at line 29 of file Autotune.cpp.
References Vehicle::MavCmdResultCommandResultOnly.
Referenced by sendMavlinkRequest().
|
signal |
| bool autotuneInProgress READ autotuneInProgress NOTIFY Autotune::autotuneChanged | ( | float autotuneProgress READ autotuneProgress NOTIFY | autotuneChanged | ) |
|
inline |
Definition at line 27 of file Autotune.h.
|
inline |
Definition at line 28 of file Autotune.h.
|
inline |
Definition at line 29 of file Autotune.h.
|
static |
Definition at line 56 of file Autotune.cpp.
Referenced by sendMavlinkRequest().
|
slot |
Definition at line 149 of file Autotune.cpp.
References ackHandler(), progressHandler(), Vehicle::MavCmdAckHandlerInfo_s::progressHandler, Vehicle::MavCmdAckHandlerInfo_s::progressHandlerData, Vehicle::MavCmdAckHandlerInfo_s::resultHandler, Vehicle::MavCmdAckHandlerInfo_s::resultHandlerData, and Vehicle::sendMavCommandWithHandler().
Referenced by Autotune().