##// END OF EJS Templates
Parser refactoring (1)...
Parser refactoring (1) Creates a helper that will be used to read the properties and values of an AMDA file, to generate the dataset. The helper is intended to replace the current implementation of the parser, to be more generic and thus manage the spectrograms more easily

File last commit:

r942:131dd68d9046
r944:e1494a5194f1
Show More
AmdaDefs.h
18 lines | 432 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDADEFS_H
#define SCIQLOP_AMDADEFS_H
#include <QString>
// ////////////// //
// AMDA constants //
// ////////////// //
// Relevant keys in JSON file
extern const QString AMDA_COMPONENT_KEY;
extern const QString AMDA_DATA_TYPE_KEY;
extern const QString AMDA_PRODUCT_KEY;
extern const QString AMDA_SERVER_KEY;
extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H