LCOV - code coverage report
Current view: top level - /opt/artdaq/build/artdaq-mfextensions/mfextensions/Receivers/MFReceivers_autogen/include - moc_MVReceiver.cpp (source / functions) Coverage Total Hit
Test: artdaq.info.cleaned Lines: 0.0 % 35 0
Test Date: 2025-09-04 00:45:34 Functions: 0.0 % 5 0

            Line data    Source code
       1              : /****************************************************************************
       2              : ** Meta object code from reading C++ file 'MVReceiver.hh'
       3              : **
       4              : ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.15)
       5              : **
       6              : ** WARNING! All changes made in this file will be lost!
       7              : *****************************************************************************/
       8              : 
       9              : #include <memory>
      10              : #include "../../../../../../srcs/artdaq-mfextensions/mfextensions/Receivers/MVReceiver.hh"
      11              : #include <QtCore/qbytearray.h>
      12              : #include <QtCore/qmetatype.h>
      13              : #if !defined(Q_MOC_OUTPUT_REVISION)
      14              : #error "The header file 'MVReceiver.hh' doesn't include <QObject>."
      15              : #elif Q_MOC_OUTPUT_REVISION != 67
      16              : #error "This file was generated using the moc from 5.15.15. It"
      17              : #error "cannot be used with the include files from this version of Qt."
      18              : #error "(The moc has changed too much.)"
      19              : #endif
      20              : 
      21              : QT_BEGIN_MOC_NAMESPACE
      22              : QT_WARNING_PUSH
      23              : QT_WARNING_DISABLE_DEPRECATED
      24              : struct qt_meta_stringdata_mfviewer__MVReceiver_t {
      25              :     QByteArrayData data[5];
      26              :     char stringdata0[47];
      27              : };
      28              : #define QT_MOC_LITERAL(idx, ofs, len) \
      29              :     Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
      30              :     qptrdiff(offsetof(qt_meta_stringdata_mfviewer__MVReceiver_t, stringdata0) + ofs \
      31              :         - idx * sizeof(QByteArrayData)) \
      32              :     )
      33              : static const qt_meta_stringdata_mfviewer__MVReceiver_t qt_meta_stringdata_mfviewer__MVReceiver = {
      34              :     {
      35              : QT_MOC_LITERAL(0, 0, 20), // "mfviewer::MVReceiver"
      36              : QT_MOC_LITERAL(1, 21, 10), // "NewMessage"
      37              : QT_MOC_LITERAL(2, 32, 0), // ""
      38              : QT_MOC_LITERAL(3, 33, 9), // "msg_ptr_t"
      39              : QT_MOC_LITERAL(4, 43, 3) // "msg"
      40              : 
      41              :     },
      42              :     "mfviewer::MVReceiver\0NewMessage\0\0"
      43              :     "msg_ptr_t\0msg"
      44              : };
      45              : #undef QT_MOC_LITERAL
      46              : 
      47              : static const uint qt_meta_data_mfviewer__MVReceiver[] = {
      48              : 
      49              :  // content:
      50              :        8,       // revision
      51              :        0,       // classname
      52              :        0,    0, // classinfo
      53              :        1,   14, // methods
      54              :        0,    0, // properties
      55              :        0,    0, // enums/sets
      56              :        0,    0, // constructors
      57              :        0,       // flags
      58              :        1,       // signalCount
      59              : 
      60              :  // signals: name, argc, parameters, tag, flags
      61              :        1,    1,   19,    2, 0x06 /* Public */,
      62              : 
      63              :  // signals: parameters
      64              :     QMetaType::Void, 0x80000000 | 3,    4,
      65              : 
      66              :        0        // eod
      67              : };
      68              : 
      69            0 : void mfviewer::MVReceiver::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      70              : {
      71            0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      72            0 :         auto *_t = static_cast<MVReceiver *>(_o);
      73              :         (void)_t;
      74            0 :         switch (_id) {
      75            0 :         case 0: _t->NewMessage((*reinterpret_cast< const msg_ptr_t(*)>(_a[1]))); break;
      76            0 :         default: ;
      77              :         }
      78            0 :     } else if (_c == QMetaObject::IndexOfMethod) {
      79            0 :         int *result = reinterpret_cast<int *>(_a[0]);
      80              :         {
      81              :             using _t = void (MVReceiver::*)(msg_ptr_t const & );
      82            0 :             if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MVReceiver::NewMessage)) {
      83            0 :                 *result = 0;
      84            0 :                 return;
      85              :             }
      86              :         }
      87              :     }
      88              : }
      89              : 
      90              : QT_INIT_METAOBJECT const QMetaObject mfviewer::MVReceiver::staticMetaObject = { {
      91              :     QMetaObject::SuperData::link<QThread::staticMetaObject>(),
      92              :     qt_meta_stringdata_mfviewer__MVReceiver.data,
      93              :     qt_meta_data_mfviewer__MVReceiver,
      94              :     qt_static_metacall,
      95              :     nullptr,
      96              :     nullptr
      97              : } };
      98              : 
      99              : 
     100            0 : const QMetaObject *mfviewer::MVReceiver::metaObject() const
     101              : {
     102            0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
     103              : }
     104              : 
     105            0 : void *mfviewer::MVReceiver::qt_metacast(const char *_clname)
     106              : {
     107            0 :     if (!_clname) return nullptr;
     108            0 :     if (!strcmp(_clname, qt_meta_stringdata_mfviewer__MVReceiver.stringdata0))
     109            0 :         return static_cast<void*>(this);
     110            0 :     return QThread::qt_metacast(_clname);
     111              : }
     112              : 
     113            0 : int mfviewer::MVReceiver::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     114              : {
     115            0 :     _id = QThread::qt_metacall(_c, _id, _a);
     116            0 :     if (_id < 0)
     117            0 :         return _id;
     118            0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     119            0 :         if (_id < 1)
     120            0 :             qt_static_metacall(this, _c, _id, _a);
     121            0 :         _id -= 1;
     122            0 :     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     123            0 :         if (_id < 1)
     124            0 :             *reinterpret_cast<int*>(_a[0]) = -1;
     125            0 :         _id -= 1;
     126              :     }
     127            0 :     return _id;
     128              : }
     129              : 
     130              : // SIGNAL 0
     131            0 : void mfviewer::MVReceiver::NewMessage(msg_ptr_t const & _t1)
     132              : {
     133            0 :     void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
     134            0 :     QMetaObject::activate(this, &staticMetaObject, 0, _a);
     135            0 : }
     136              : QT_WARNING_POP
     137              : QT_END_MOC_NAMESPACE
        

Generated by: LCOV version 2.0-1