##// END OF EJS Templates
Removes unit and mission from variable...
Removes unit and mission from variable This type of data will be managed in variable metadata

File last commit:

r351:7ff7615687bf
r372:4fa51b091d97
Show More
AmdaResultParser.h
19 lines | 385 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDARESULTPARSER_H
#define SCIQLOP_AMDARESULTPARSER_H
#include "AmdaGlobal.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) noexcept;
};
#endif // SCIQLOP_AMDARESULTPARSER_H