|
- /****************************************************************************
- ** Meta object code from reading C++ file 'AQTSampleMachinePlug.hpp'
- **
- ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.1)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
-
- #include "../../../../plugins/AQTSampleMachinePlug/AQTSampleMachinePlug.hpp"
- #include <QtCore/qmetatype.h>
- #include <QtCore/qplugin.h>
- #include <QtCore/QList>
-
- #include <QtCore/qtmochelpers.h>
-
- #include <memory>
-
-
- #include <QtCore/qxptype_traits.h>
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'AQTSampleMachinePlug.hpp' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 68
- #error "This file was generated using the moc from 6.8.1. It"
- #error "cannot be used with the include files from this version of Qt."
- #error "(The moc has changed too much.)"
- #endif
-
- #ifndef Q_CONSTINIT
- #define Q_CONSTINIT
- #endif
-
- QT_WARNING_PUSH
- QT_WARNING_DISABLE_DEPRECATED
- QT_WARNING_DISABLE_GCC("-Wuseless-cast")
- namespace {
- struct qt_meta_tag_ZN20AQTSampleMachinePlugE_t {};
- } // unnamed namespace
-
-
- #ifdef QT_MOC_HAS_STRINGDATA
- static constexpr auto qt_meta_stringdata_ZN20AQTSampleMachinePlugE = QtMocHelpers::stringData(
- "AQTSampleMachinePlug",
- "init",
- "",
- "uint32_t",
- "domainId",
- "domainName",
- "getDataPoints",
- "QList<DataPointInfo>",
- "publishData",
- "QList<DataItem>",
- "dataList"
- );
- #else // !QT_MOC_HAS_STRINGDATA
- #error "qtmochelpers.h not found or too old."
- #endif // !QT_MOC_HAS_STRINGDATA
-
- Q_CONSTINIT static const uint qt_meta_data_ZN20AQTSampleMachinePlugE[] = {
-
- // content:
- 12, // revision
- 0, // classname
- 0, 0, // classinfo
- 3, 14, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 0, // signalCount
-
- // methods: name, argc, parameters, tag, flags, initial metatype offsets
- 1, 2, 32, 2, 0x02, 1 /* Public */,
- 6, 0, 37, 2, 0x02, 4 /* Public */,
- 8, 1, 38, 2, 0x02, 5 /* Public */,
-
- // methods: parameters
- QMetaType::Bool, 0x80000000 | 3, QMetaType::QString, 4, 5,
- 0x80000000 | 7,
- QMetaType::Bool, 0x80000000 | 9, 10,
-
- 0 // eod
- };
-
- Q_CONSTINIT const QMetaObject AQTSampleMachinePlug::staticMetaObject = { {
- QMetaObject::SuperData::link<QObject::staticMetaObject>(),
- qt_meta_stringdata_ZN20AQTSampleMachinePlugE.offsetsAndSizes,
- qt_meta_data_ZN20AQTSampleMachinePlugE,
- qt_static_metacall,
- nullptr,
- qt_incomplete_metaTypeArray<qt_meta_tag_ZN20AQTSampleMachinePlugE_t,
- // Q_OBJECT / Q_GADGET
- QtPrivate::TypeAndForceComplete<AQTSampleMachinePlug, std::true_type>,
- // method 'init'
- QtPrivate::TypeAndForceComplete<bool, std::false_type>,
- QtPrivate::TypeAndForceComplete<uint32_t, std::false_type>,
- QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
- // method 'getDataPoints'
- QtPrivate::TypeAndForceComplete<QList<DataPointInfo>, std::false_type>,
- // method 'publishData'
- QtPrivate::TypeAndForceComplete<bool, std::false_type>,
- QtPrivate::TypeAndForceComplete<const QList<DataItem> &, std::false_type>
- >,
- nullptr
- } };
-
- void AQTSampleMachinePlug::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
- {
- auto *_t = static_cast<AQTSampleMachinePlug *>(_o);
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: { bool _r = _t->init((*reinterpret_cast< std::add_pointer_t<uint32_t>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[2])));
- if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
- case 1: { QList<DataPointInfo> _r = _t->getDataPoints();
- if (_a[0]) *reinterpret_cast< QList<DataPointInfo>*>(_a[0]) = std::move(_r); } break;
- case 2: { bool _r = _t->publishData((*reinterpret_cast< std::add_pointer_t<QList<DataItem>>>(_a[1])));
- if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
- default: ;
- }
- }
- }
-
- const QMetaObject *AQTSampleMachinePlug::metaObject() const
- {
- return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
- }
-
- void *AQTSampleMachinePlug::qt_metacast(const char *_clname)
- {
- if (!_clname) return nullptr;
- if (!strcmp(_clname, qt_meta_stringdata_ZN20AQTSampleMachinePlugE.stringdata0))
- return static_cast<void*>(this);
- if (!strcmp(_clname, "AuseftDDSPluginInterface"))
- return static_cast< AuseftDDSPluginInterface*>(this);
- if (!strcmp(_clname, "DataReaderListener"))
- return static_cast< DataReaderListener*>(this);
- if (!strcmp(_clname, "Com.Auseft.AuseftDDSPluginInterface"))
- return static_cast< AuseftDDSPluginInterface*>(this);
- return QObject::qt_metacast(_clname);
- }
-
- int AQTSampleMachinePlug::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 < 3)
- qt_static_metacall(this, _c, _id, _a);
- _id -= 3;
- }
- if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
- if (_id < 3)
- *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
- _id -= 3;
- }
- return _id;
- }
-
- #ifdef QT_MOC_EXPORT_PLUGIN_V2
- static constexpr unsigned char qt_pluginMetaDataV2_AQTSampleMachinePlug[] = {
- 0xbf,
- // "IID"
- 0x02, 0x78, 0x23, 'C', 'o', 'm', '.', 'A',
- 'u', 's', 'e', 'f', 't', '.', 'A', 'u',
- 's', 'e', 'f', 't', 'D', 'D', 'S', 'P',
- 'l', 'u', 'g', 'i', 'n', 'I', 'n', 't',
- 'e', 'r', 'f', 'a', 'c', 'e',
- // "className"
- 0x03, 0x74, 'A', 'Q', 'T', 'S', 'a', 'm',
- 'p', 'l', 'e', 'M', 'a', 'c', 'h', 'i',
- 'n', 'e', 'P', 'l', 'u', 'g',
- // "MetaData"
- 0x04, 0xab, 0x69, 'A', 'r', 'g', 'u', 'm',
- 'e', 'n', 't', 's', 0x81, 0xa3, 0x6b, 'D',
- 'e', 's', 'c', 'r', 'i', 'p', 't', 'i',
- 'o', 'n', 0x78, 0x1a, 'P', 'a', 't', 'h',
- ' ', 't', 'o', ' ', 'c', 'o', 'n', 'f',
- 'i', 'g', 'u', 'r', 'a', 't', 'i', 'o',
- 'n', ' ', 'f', 'i', 'l', 'e', 0x64, 'N',
- 'a', 'm', 'e', 0x6b, 'c', 'o', 'n', 'f',
- 'i', 'g', '-', 'f', 'i', 'l', 'e', 0x68,
- 'R', 'e', 'q', 'u', 'i', 'r', 'e', 'd',
- 0xf4, 0x6d, 'C', 'o', 'm', 'p', 'a', 't',
- 'V', 'e', 'r', 's', 'i', 'o', 'n', 0x65,
- '1', '.', '0', '.', '0', 0x69, 'C', 'o',
- 'p', 'y', 'r', 'i', 'g', 'h', 't', 0x72,
- 'C', 'o', 'p', 'y', 'r', 'i', 'g', 'h',
- 't', ' ', '(', 'C', ')', ' ', '2', '0',
- '2', '4', 0x6c, 'D', 'e', 'p', 'e', 'n',
- 'd', 'e', 'n', 'c', 'i', 'e', 's', 0x82,
- 0xa2, 0x64, 'N', 'a', 'm', 'e', 0x64, 'C',
- 'o', 'r', 'e', 0x67, 'V', 'e', 'r', 's',
- 'i', 'o', 'n', 0x65, '6', '.', '0', '.',
- '0', 0xa2, 0x64, 'N', 'a', 'm', 'e', 0x65,
- 'Q', 'u', 'i', 'c', 'k', 0x67, 'V', 'e',
- 'r', 's', 'i', 'o', 'n', 0x65, '6', '.',
- '0', '.', '0', 0x6b, 'D', 'e', 's', 'c',
- 'r', 'i', 'p', 't', 'i', 'o', 'n', 0x78,
- 0x2c, 'S', 'a', 'm', 'p', 'l', 'e', ' ',
- 'M', 'a', 'c', 'h', 'i', 'n', 'e', ' ',
- 'C', 'o', 'n', 't', 'r', 'o', 'l', ' ',
- 'P', 'l', 'u', 'g', 'i', 'n', ' ', 'f',
- 'o', 'r', ' ', 'A', 'Q', 'T', ' ', 'S',
- 'y', 's', 't', 'e', 'm', 0x64, 'K', 'e',
- 'y', 's', 0x81, 0x74, 'A', 'Q', 'T', 'S',
- 'a', 'm', 'p', 'l', 'e', 'M', 'a', 'c',
- 'h', 'i', 'n', 'e', 'P', 'l', 'u', 'g',
- 0x67, 'L', 'i', 'c', 'e', 'n', 's', 'e',
- 0x6c, 'Y', 'o', 'u', 'r', ' ', 'L', 'i',
- 'c', 'e', 'n', 's', 'e', 0x64, 'N', 'a',
- 'm', 'e', 0x75, 'S', 'a', 'm', 'p', 'l',
- 'e', ' ', 'M', 'a', 'c', 'h', 'i', 'n',
- 'e', ' ', 'P', 'l', 'u', 'g', 'i', 'n',
- 0x63, 'U', 'r', 'l', 0x75, 'h', 't', 't',
- 'p', ':', '/', '/', 'w', 'w', 'w', '.',
- 'a', 'u', 's', 'e', 'f', 't', '.', 'c',
- 'o', 'm', 0x66, 'V', 'e', 'n', 'd', 'o',
- 'r', 0x66, 'a', 'u', 's', 'e', 'f', 't',
- 0x67, 'V', 'e', 'r', 's', 'i', 'o', 'n',
- 0x65, '1', '.', '0', '.', '0',
- 0xff,
- };
- QT_MOC_EXPORT_PLUGIN_V2(AQTSampleMachinePlug, AQTSampleMachinePlug, qt_pluginMetaDataV2_AQTSampleMachinePlug)
- #else
- QT_PLUGIN_METADATA_SECTION
- Q_CONSTINIT static constexpr unsigned char qt_pluginMetaData_AQTSampleMachinePlug[] = {
- 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
- // metadata version, Qt version, architectural requirements
- 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
- 0xbf,
- // "IID"
- 0x02, 0x78, 0x23, 'C', 'o', 'm', '.', 'A',
- 'u', 's', 'e', 'f', 't', '.', 'A', 'u',
- 's', 'e', 'f', 't', 'D', 'D', 'S', 'P',
- 'l', 'u', 'g', 'i', 'n', 'I', 'n', 't',
- 'e', 'r', 'f', 'a', 'c', 'e',
- // "className"
- 0x03, 0x74, 'A', 'Q', 'T', 'S', 'a', 'm',
- 'p', 'l', 'e', 'M', 'a', 'c', 'h', 'i',
- 'n', 'e', 'P', 'l', 'u', 'g',
- // "MetaData"
- 0x04, 0xab, 0x69, 'A', 'r', 'g', 'u', 'm',
- 'e', 'n', 't', 's', 0x81, 0xa3, 0x6b, 'D',
- 'e', 's', 'c', 'r', 'i', 'p', 't', 'i',
- 'o', 'n', 0x78, 0x1a, 'P', 'a', 't', 'h',
- ' ', 't', 'o', ' ', 'c', 'o', 'n', 'f',
- 'i', 'g', 'u', 'r', 'a', 't', 'i', 'o',
- 'n', ' ', 'f', 'i', 'l', 'e', 0x64, 'N',
- 'a', 'm', 'e', 0x6b, 'c', 'o', 'n', 'f',
- 'i', 'g', '-', 'f', 'i', 'l', 'e', 0x68,
- 'R', 'e', 'q', 'u', 'i', 'r', 'e', 'd',
- 0xf4, 0x6d, 'C', 'o', 'm', 'p', 'a', 't',
- 'V', 'e', 'r', 's', 'i', 'o', 'n', 0x65,
- '1', '.', '0', '.', '0', 0x69, 'C', 'o',
- 'p', 'y', 'r', 'i', 'g', 'h', 't', 0x72,
- 'C', 'o', 'p', 'y', 'r', 'i', 'g', 'h',
- 't', ' ', '(', 'C', ')', ' ', '2', '0',
- '2', '4', 0x6c, 'D', 'e', 'p', 'e', 'n',
- 'd', 'e', 'n', 'c', 'i', 'e', 's', 0x82,
- 0xa2, 0x64, 'N', 'a', 'm', 'e', 0x64, 'C',
- 'o', 'r', 'e', 0x67, 'V', 'e', 'r', 's',
- 'i', 'o', 'n', 0x65, '6', '.', '0', '.',
- '0', 0xa2, 0x64, 'N', 'a', 'm', 'e', 0x65,
- 'Q', 'u', 'i', 'c', 'k', 0x67, 'V', 'e',
- 'r', 's', 'i', 'o', 'n', 0x65, '6', '.',
- '0', '.', '0', 0x6b, 'D', 'e', 's', 'c',
- 'r', 'i', 'p', 't', 'i', 'o', 'n', 0x78,
- 0x2c, 'S', 'a', 'm', 'p', 'l', 'e', ' ',
- 'M', 'a', 'c', 'h', 'i', 'n', 'e', ' ',
- 'C', 'o', 'n', 't', 'r', 'o', 'l', ' ',
- 'P', 'l', 'u', 'g', 'i', 'n', ' ', 'f',
- 'o', 'r', ' ', 'A', 'Q', 'T', ' ', 'S',
- 'y', 's', 't', 'e', 'm', 0x64, 'K', 'e',
- 'y', 's', 0x81, 0x74, 'A', 'Q', 'T', 'S',
- 'a', 'm', 'p', 'l', 'e', 'M', 'a', 'c',
- 'h', 'i', 'n', 'e', 'P', 'l', 'u', 'g',
- 0x67, 'L', 'i', 'c', 'e', 'n', 's', 'e',
- 0x6c, 'Y', 'o', 'u', 'r', ' ', 'L', 'i',
- 'c', 'e', 'n', 's', 'e', 0x64, 'N', 'a',
- 'm', 'e', 0x75, 'S', 'a', 'm', 'p', 'l',
- 'e', ' ', 'M', 'a', 'c', 'h', 'i', 'n',
- 'e', ' ', 'P', 'l', 'u', 'g', 'i', 'n',
- 0x63, 'U', 'r', 'l', 0x75, 'h', 't', 't',
- 'p', ':', '/', '/', 'w', 'w', 'w', '.',
- 'a', 'u', 's', 'e', 'f', 't', '.', 'c',
- 'o', 'm', 0x66, 'V', 'e', 'n', 'd', 'o',
- 'r', 0x66, 'a', 'u', 's', 'e', 'f', 't',
- 0x67, 'V', 'e', 'r', 's', 'i', 'o', 'n',
- 0x65, '1', '.', '0', '.', '0',
- 0xff,
- };
- QT_MOC_EXPORT_PLUGIN(AQTSampleMachinePlug, AQTSampleMachinePlug)
- #endif // QT_MOC_EXPORT_PLUGIN_V2
-
- QT_WARNING_POP
|