|
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) | |
| Q_INVOKABLE 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, VehicleTypes::MavCmdResultFailureCode_t failureCode) |
| static void | progressHandler (void *progressHandlerData, int compId, const mavlink_command_ack_t &ack) |
Definition at line 12 of file Autotune.h.
|
explicit |
Definition at line 7 of file Autotune.cpp.
References sendMavlinkRequest().
|
static |
Definition at line 31 of file Autotune.cpp.
References VehicleTypes::MavCmdResultCommandResultOnly.
Referenced by sendMavlinkRequest().
|
signal |
Referenced by autotuneRequest().
|
inline |
Definition at line 30 of file Autotune.h.
|
inline |
Definition at line 31 of file Autotune.h.
| void Autotune::autotuneRequest | ( | ) |
Definition at line 18 of file Autotune.cpp.
References autotuneChanged(), and sendMavlinkRequest().
|
inline |
Definition at line 32 of file Autotune.h.
|
static |
Definition at line 58 of file Autotune.cpp.
Referenced by sendMavlinkRequest().
|
slot |
Definition at line 151 of file Autotune.cpp.
References ackHandler(), progressHandler(), VehicleTypes::MavCmdAckHandlerInfo_s::progressHandler, VehicleTypes::MavCmdAckHandlerInfo_s::progressHandlerData, VehicleTypes::MavCmdAckHandlerInfo_s::resultHandler, VehicleTypes::MavCmdAckHandlerInfo_s::resultHandlerData, and Vehicle::sendMavCommandWithHandler().
Referenced by Autotune(), and autotuneRequest().