##// END OF EJS Templates
Reads variable metadata to get the data type...
Reads variable metadata to get the data type The data type is then parsed to determine the value type expected when reading result file

File last commit:

r533:a6f250cc335f
r533:a6f250cc335f
Show More
AmdaDefs.h
17 lines | 394 B | text/x-c | CLexer
Alexandre Leroux
Amda provider update (1)...
r379 #ifndef SCIQLOP_AMDADEFS_H
#define SCIQLOP_AMDADEFS_H
#include <QString>
// ////////////// //
// AMDA constants //
// ////////////// //
// Relevant keys in JSON file
extern const QString AMDA_COMPONENT_KEY;
Alexandre Leroux
Reads variable metadata to get the data type...
r533 extern const QString AMDA_DATA_TYPE_KEY;
Alexandre Leroux
Amda provider update (1)...
r379 extern const QString AMDA_PRODUCT_KEY;
extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H