#ifndef SCIQLOP_ACQUISITIONDATAPACKET_H #define SCIQLOP_ACQUISITIONDATAPACKET_H #include #include #include #include #include #include /** * @brief The AcquisitionDataPacket struct holds the information of an acquisition request result * part. */ struct AcquisitionDataPacket { std::shared_ptr m_DateSeries; SqpRange m_Range; }; SCIQLOP_REGISTER_META_TYPE(ACQUISITIONDATAPACKET_REGISTRY, AcquisitionDataPacket) SCIQLOP_REGISTER_META_TYPE(ACQUISITIONDATAPACKETVECTOR_REGISTRY, QVector) #endif // SCIQLOP_ACQUISITIONREQUEST_H