/**************************************************************************** ** Meta object code from reading C++ file 'VTDAirPumpData.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../luis/application/sources/view/td/data/VTDAirPumpData.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'VTDAirPumpData.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.10. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_View__VTDAirPump_t { QByteArrayData data[20]; char stringdata0[307]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_View__VTDAirPump_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_View__VTDAirPump_t qt_meta_stringdata_View__VTDAirPump = { { QT_MOC_LITERAL(0, 0, 16), // "View::VTDAirPump" QT_MOC_LITERAL(1, 17, 19), // "airPumpStateChanged" QT_MOC_LITERAL(2, 37, 0), // "" QT_MOC_LITERAL(3, 38, 13), // "vairPumpState" QT_MOC_LITERAL(4, 52, 17), // "airPumpRPMChanged" QT_MOC_LITERAL(5, 70, 11), // "vairPumpRPM" QT_MOC_LITERAL(6, 82, 19), // "airPumpPowerChanged" QT_MOC_LITERAL(7, 102, 13), // "vairPumpPower" QT_MOC_LITERAL(8, 116, 21), // "airPumpFGPARPMChanged" QT_MOC_LITERAL(9, 138, 15), // "vairPumpFGPARPM" QT_MOC_LITERAL(10, 154, 25), // "airPumpScalarPowerChanged" QT_MOC_LITERAL(11, 180, 19), // "vairPumpScalarPower" QT_MOC_LITERAL(12, 200, 15), // "onActionReceive" QT_MOC_LITERAL(13, 216, 13), // "TDAirPumpData" QT_MOC_LITERAL(14, 230, 5), // "vData" QT_MOC_LITERAL(15, 236, 12), // "airPumpState" QT_MOC_LITERAL(16, 249, 10), // "airPumpRPM" QT_MOC_LITERAL(17, 260, 12), // "airPumpPower" QT_MOC_LITERAL(18, 273, 14), // "airPumpFGPARPM" QT_MOC_LITERAL(19, 288, 18) // "airPumpScalarPower" }, "View::VTDAirPump\0airPumpStateChanged\0" "\0vairPumpState\0airPumpRPMChanged\0" "vairPumpRPM\0airPumpPowerChanged\0" "vairPumpPower\0airPumpFGPARPMChanged\0" "vairPumpFGPARPM\0airPumpScalarPowerChanged\0" "vairPumpScalarPower\0onActionReceive\0" "TDAirPumpData\0vData\0airPumpState\0" "airPumpRPM\0airPumpPower\0airPumpFGPARPM\0" "airPumpScalarPower" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_View__VTDAirPump[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 6, 14, // methods 5, 62, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 5, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 44, 2, 0x06 /* Public */, 4, 1, 47, 2, 0x06 /* Public */, 6, 1, 50, 2, 0x06 /* Public */, 8, 1, 53, 2, 0x06 /* Public */, 10, 1, 56, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 12, 1, 59, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, QMetaType::UInt, 3, QMetaType::Void, QMetaType::UInt, 5, QMetaType::Void, QMetaType::Float, 7, QMetaType::Void, QMetaType::UInt, 9, QMetaType::Void, QMetaType::UInt, 11, // slots: parameters QMetaType::Void, 0x80000000 | 13, 14, // properties: name, type, flags 15, QMetaType::UInt, 0x00495003, 16, QMetaType::UInt, 0x00495003, 17, QMetaType::Float, 0x00495003, 18, QMetaType::UInt, 0x00495003, 19, QMetaType::UInt, 0x00495003, // properties: notify_signal_id 0, 1, 2, 3, 4, 0 // eod }; void View::VTDAirPump::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->airPumpStateChanged((*reinterpret_cast< const quint32(*)>(_a[1]))); break; case 1: _t->airPumpRPMChanged((*reinterpret_cast< const quint32(*)>(_a[1]))); break; case 2: _t->airPumpPowerChanged((*reinterpret_cast< const float(*)>(_a[1]))); break; case 3: _t->airPumpFGPARPMChanged((*reinterpret_cast< const quint32(*)>(_a[1]))); break; case 4: _t->airPumpScalarPowerChanged((*reinterpret_cast< const quint32(*)>(_a[1]))); break; case 5: _t->onActionReceive((*reinterpret_cast< const TDAirPumpData(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (VTDAirPump::*)(const quint32 & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VTDAirPump::airPumpStateChanged)) { *result = 0; return; } } { using _t = void (VTDAirPump::*)(const quint32 & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VTDAirPump::airPumpRPMChanged)) { *result = 1; return; } } { using _t = void (VTDAirPump::*)(const float & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VTDAirPump::airPumpPowerChanged)) { *result = 2; return; } } { using _t = void (VTDAirPump::*)(const quint32 & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VTDAirPump::airPumpFGPARPMChanged)) { *result = 3; return; } } { using _t = void (VTDAirPump::*)(const quint32 & ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VTDAirPump::airPumpScalarPowerChanged)) { *result = 4; return; } } } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: *reinterpret_cast< quint32*>(_v) = _t->airPumpState(); break; case 1: *reinterpret_cast< quint32*>(_v) = _t->airPumpRPM(); break; case 2: *reinterpret_cast< float*>(_v) = _t->airPumpPower(); break; case 3: *reinterpret_cast< quint32*>(_v) = _t->airPumpFGPARPM(); break; case 4: *reinterpret_cast< quint32*>(_v) = _t->airPumpScalarPower(); break; default: break; } } else if (_c == QMetaObject::WriteProperty) { auto *_t = static_cast(_o); (void)_t; void *_v = _a[0]; switch (_id) { case 0: _t->airPumpState(*reinterpret_cast< quint32*>(_v)); break; case 1: _t->airPumpRPM(*reinterpret_cast< quint32*>(_v)); break; case 2: _t->airPumpPower(*reinterpret_cast< float*>(_v)); break; case 3: _t->airPumpFGPARPM(*reinterpret_cast< quint32*>(_v)); break; case 4: _t->airPumpScalarPower(*reinterpret_cast< quint32*>(_v)); break; default: break; } } else if (_c == QMetaObject::ResetProperty) { } #endif // QT_NO_PROPERTIES } QT_INIT_METAOBJECT const QMetaObject View::VTDAirPump::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_View__VTDAirPump.data, qt_meta_data_View__VTDAirPump, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *View::VTDAirPump::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *View::VTDAirPump::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_View__VTDAirPump.stringdata0)) return static_cast(this); return QObject::qt_metacast(_clname); } int View::VTDAirPump::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QObject::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 6) qt_static_metacall(this, _c, _id, _a); _id -= 6; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 6) *reinterpret_cast(_a[0]) = -1; _id -= 6; } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { qt_static_metacall(this, _c, _id, _a); _id -= 5; } else if (_c == QMetaObject::QueryPropertyDesignable) { _id -= 5; } else if (_c == QMetaObject::QueryPropertyScriptable) { _id -= 5; } else if (_c == QMetaObject::QueryPropertyStored) { _id -= 5; } else if (_c == QMetaObject::QueryPropertyEditable) { _id -= 5; } else if (_c == QMetaObject::QueryPropertyUser) { _id -= 5; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void View::VTDAirPump::airPumpStateChanged(const quint32 & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void View::VTDAirPump::airPumpRPMChanged(const quint32 & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } // SIGNAL 2 void View::VTDAirPump::airPumpPowerChanged(const float & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } // SIGNAL 3 void View::VTDAirPump::airPumpFGPARPMChanged(const quint32 & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 3, _a); } // SIGNAL 4 void View::VTDAirPump::airPumpScalarPowerChanged(const quint32 & _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 4, _a); } QT_WARNING_POP QT_END_MOC_NAMESPACE