3#include <QtStateMachine/QAbstractTransition>
4#include <QtCore/QString>
Base class for custom transitions that need access to QGCStateMachine and Vehicle.
void onTransition(QEvent *event) override
QGCStateMachine * machine() const
Get the QGCStateMachine this transition belongs to.
Vehicle * vehicle() const
Get the Vehicle associated with the state machine.
bool eventTest(QEvent *event) override=0
QGroundControl specific state machine with enhanced error handling.