##// END OF EJS Templates
Reads variable's metadata to retrieve the type of data series (scalar, vector, spectrogram)
Reads variable's metadata to retrieve the type of data series (scalar, vector, spectrogram)

File last commit:

r782:b0b8b5ec2893
r1279:88939ef97b8f
Show More
MockDefs.cpp
7 lines | 286 B | text/x-c | CppLexer
Alexandre Leroux
Handles parametric frequency
r782 #include "MockDefs.h"
const QString COSINUS_FREQUENCY_KEY = QStringLiteral("cosinusFrequency");
const QVariant COSINUS_FREQUENCY_DEFAULT_VALUE = 60.;
const QString COSINUS_TYPE_KEY = QStringLiteral("cosinusType");
const QVariant COSINUS_TYPE_DEFAULT_VALUE = QStringLiteral("scalar");