##// END OF EJS Templates
Remove unused pending request of worker since it's already in the VC....
Remove unused pending request of worker since it's already in the VC. Fix bug with progress asynchrone computation

File last commit:

r983:131dd68d9046
r1387:3f0567bfecb5 HEAD
Show More
AmdaDefs.cpp
8 lines | 388 B | text/x-c | CppLexer
Alexandre Leroux
Amda provider update (1)...
r412 #include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
Alexandre Leroux
Reads variable metadata to get the data type...
r566 const QString AMDA_DATA_TYPE_KEY = QStringLiteral("dataType");
Alexandre Leroux
Amda provider update (1)...
r412 const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
Alexandre Leroux
Updates AMDA JSON file to handle spectrograms...
r983 const QString AMDA_SERVER_KEY = QStringLiteral("server");
Alexandre Leroux
Amda provider update (1)...
r412 const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");