4APMSubMotorComponentController::APMSubMotorComponentController(QObject *parent)
10void APMSubMotorComponentController::_handleNewMessages(
int sysid,
int componentid,
int severity,
const QString &text,
const QString &description)
12 Q_UNUSED(sysid); Q_UNUSED(componentid); Q_UNUSED(severity); Q_UNUSED(description);
15 _motorDetectionMessages += text + QStringLiteral(
"\n");
void motorDetectionMessagesChanged()
Used for handling missing Facts from C++ code.
QString flightMode() const
void textMessageReceived(int sysid, int componentid, int severity, QString text, QString description)
QString motorDetectionFlightMode() const