##// END OF EJS Templates
- Changes the way to retrieve unit in AMDA result file: The generated header in the result file differs from the first version...
- Changes the way to retrieve unit in AMDA result file: The generated header in the result file differs from the first version - Changes how to handle comment lines in file: Some comment lines do not have '#', so we now consider comments to end when the header of the data has been reached

File last commit:

r566:a6f250cc335f
r775:c9e284499782
Show More
AmdaDefs.h
17 lines | 394 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_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H