|
|
@ -61,7 +61,7 @@ public slots: |
|
|
|
void updateThrust(UASInterface* uas, double thrust); |
|
|
|
void updateThrust(UASInterface* uas, double thrust); |
|
|
|
void updateBattery(UASInterface* uas, double voltage, double current, double percent, int seconds); |
|
|
|
void updateBattery(UASInterface* uas, double voltage, double current, double percent, int seconds); |
|
|
|
void updateLocalPosition(UASInterface*, double x, double y, double z, quint64 usec); |
|
|
|
void updateLocalPosition(UASInterface*, double x, double y, double z, quint64 usec); |
|
|
|
void updateGlobalPosition(UASInterface*, double lon, double lat, double altAMSL, double altWGS84, quint64 usec); |
|
|
|
void updateGlobalPosition(UASInterface*, double lat, double lon, double altAMSL, double altWGS84, quint64 usec); |
|
|
|
void updateSpeed(UASInterface*, double x, double y, double z, quint64 usec); |
|
|
|
void updateSpeed(UASInterface*, double x, double y, double z, quint64 usec); |
|
|
|
void updateState(UASInterface*, QString uasState, QString stateDescription); |
|
|
|
void updateState(UASInterface*, QString uasState, QString stateDescription); |
|
|
|
/** @brief Update the MAV mode */ |
|
|
|
/** @brief Update the MAV mode */ |
|
|
|