##// END OF EJS Templates
Creates enum that represents the value types that can be read in AMDA...
Creates enum that represents the value types that can be read in AMDA This enum is passed in parameter of the reading method to parse the result file according to it

File last commit:

r412:e1f4801c4363
r563:a08e6992e146
Show More
AmdaDefs.h
16 lines | 353 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_PRODUCT_KEY;
extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H