##// END OF EJS Templates
Next range of a variable synchronized is now computed using:...
Next range of a variable synchronized is now computed using: its current range the current range of the key reference variable the next range requested of the key reference variable

File last commit:

r566:a6f250cc335f
r627:4e5df98215ef
Show More
AmdaDefs.cpp
7 lines | 330 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_DATA_TYPE_KEY = QStringLiteral("dataType");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");