##// END OF EJS Templates
Updates generation of spectrogram in the mock plugin to set values' unit
Updates generation of spectrogram in the mock plugin to set values' unit

File last commit:

r566:a6f250cc335f
r915:487930a9dd9f
Show More
AmdaDefs.cpp
7 lines | 330 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");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");