##// END OF EJS Templates
Switched to upstream repository of libcatalogs(AKA CatalogueAPI)...
Switched to upstream repository of libcatalogs(AKA CatalogueAPI) Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1278:d3daab81283b
r1337:1ffe6a6d7e2d
Show More
AmdaResultParser.h
21 lines | 492 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDARESULTPARSER_H
#define SCIQLOP_AMDARESULTPARSER_H
#include "AmdaGlobal.h"
#include <Data/DataSeriesType.h>
#include <QLoggingCategory>
#include <memory>
class IDataSeries;
Q_DECLARE_LOGGING_CATEGORY(LOG_AmdaResultParser)
struct SCIQLOP_AMDA_EXPORT AmdaResultParser {
static std::shared_ptr<IDataSeries> readTxt(const QString &filePath,
DataSeriesType valueType) noexcept;
};
#endif // SCIQLOP_AMDARESULTPARSER_H