#include <vector>
#include <cmath>
#include <QDataStream>
#include <QRegularExpressionMatch>
#include "datapoint.h"
#include "../types.h"
#include "../utils.h"
#include "../pappsoexception.h"
#include "../exception/exceptionoutofrange.h"
Go to the source code of this file.
◆ dataPointCstSPtrMetaTypeId
int dataPointCstSPtrMetaTypeId |
Initial value:=
qRegisterMetaType<pappso::DataPointCstSPtr>("pappso::DataPointCstSPtr")
Definition at line 18 of file datapoint.cpp.
◆ dataPointMetaTypeId
Initial value:=
qRegisterMetaType<pappso::DataPoint>("pappso::DataPoint")
Definition at line 14 of file datapoint.cpp.