##// END OF EJS Templates
Hack to download first component of a parameter if the parameter is a vector...
Hack to download first component of a parameter if the parameter is a vector The hack will be removed when download of vectors will be implemented

File last commit:

r379:e1f4801c4363
r384:348a77304894
Show More
AmdaDefs.cpp
6 lines | 267 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");