#include "AmdaResultParserHelper.h" Q_LOGGING_CATEGORY(LOG_AmdaResultParserHelper, "AmdaResultParserHelper") // ////////////////// // // ScalarParserHelper // // ////////////////// // bool ScalarParserHelper::checkProperties() { /// @todo ALX } std::shared_ptr ScalarParserHelper::createSeries() { /// @todo ALX } void ScalarParserHelper::readPropertyLine(const QString &line) { /// @todo ALX } void ScalarParserHelper::readResultLine(const QString &line) { /// @todo ALX } // ////////////////// // // VectorParserHelper // // ////////////////// // bool VectorParserHelper::checkProperties() { /// @todo ALX } std::shared_ptr VectorParserHelper::createSeries() { /// @todo ALX } void VectorParserHelper::readPropertyLine(const QString &line) { /// @todo ALX } void VectorParserHelper::readResultLine(const QString &line) { /// @todo ALX }