##// END OF EJS Templates
Corrects the problem of refreshing synchronized graphs from TimeWidget (2)...
Corrects the problem of refreshing synchronized graphs from TimeWidget (2) - During rescale, acquisition is disabled but synchronization is still enabled - Corrects calibration mode that wasn't always reset to false

File last commit:

r782:b0b8b5ec2893
r1272:2f3864d52888
Show More
MockDefs.cpp
7 lines | 286 B | text/x-c | CppLexer
#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");