AmdaDefs.cpp
8 lines
| 388 B
| text/x-c
|
CppLexer
Alexandre Leroux
|
r412 | #include "AmdaDefs.h" | ||
const QString AMDA_COMPONENT_KEY = QStringLiteral("component"); | ||||
Alexandre Leroux
|
r566 | const QString AMDA_DATA_TYPE_KEY = QStringLiteral("dataType"); | ||
Alexandre Leroux
|
r412 | const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter"); | ||
Alexandre Leroux
|
r942 | const QString AMDA_SERVER_KEY = QStringLiteral("server"); | ||
Alexandre Leroux
|
r412 | const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter"); | ||
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id"); | ||||