5 :
FactGroup(1000, QStringLiteral(
":/json/Vehicle/VibrationFact.json"), parent)
23 if (message.msgid != MAVLINK_MSG_ID_VIBRATION) {
27 mavlink_vibration_t vibration{};
28 mavlink_msg_vibration_decode(&message, &vibration);
struct __mavlink_message mavlink_message_t
Used to group Facts together into an object hierarachy.
void _setTelemetryAvailable(bool telemetryAvailable)
void _addFact(Fact *fact, const QString &name)
void setRawValue(const QVariant &value)
void handleMessage(Vehicle *vehicle, const mavlink_message_t &message) final
Allows a FactGroup to parse incoming messages and fill in values.
VehicleVibrationFactGroup(QObject *parent=nullptr)