QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
InternalTransition.cc
Go to the documentation of this file.
2#include "QGCState.h"
3
5{
6 Q_UNUSED(event);
7
8 if (_action) {
9 _action();
10 }
11
12 qCDebug(QGCStateMachineLog) << "Internal transition executed";
13}
void onTransition(QEvent *event) override