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