AmdaDefs.h
18 lines
| 432 B
| text/x-c
|
CLexer
Alexandre Leroux
|
r412 | #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
|
r566 | extern const QString AMDA_DATA_TYPE_KEY; | ||
Alexandre Leroux
|
r412 | extern const QString AMDA_PRODUCT_KEY; | ||
Alexandre Leroux
|
r942 | extern const QString AMDA_SERVER_KEY; | ||
Alexandre Leroux
|
r412 | extern const QString AMDA_ROOT_KEY; | ||
extern const QString AMDA_XML_ID_KEY; | ||||
#endif // SCIQLOP_AMDADEFS_H | ||||