##// END OF EJS Templates
Updates format of AMDA json and uses it in Sciqlop...
Updates format of AMDA json and uses it in Sciqlop This new format: - adds a data used to determinate if we expect to retrieve a vector or a scalar (for parameters and components) - duplicates useful data (unit, mission name) directly in parameters and components

File last commit:

r466:1bf43e509213
r522:328e3d1c7289
Show More
SqpSettingsDefs.cpp
7 lines | 324 B | text/x-c | CppLexer
/ core / src / Settings / SqpSettingsDefs.cpp
Alexandre Leroux
Settings binding (1)...
r466 #include "Settings/SqpSettingsDefs.h"
const QString GENERAL_TOLERANCE_AT_INIT_KEY = QStringLiteral("toleranceInit");
const double GENERAL_TOLERANCE_AT_INIT_DEFAULT_VALUE = 0.2;
const QString GENERAL_TOLERANCE_AT_UPDATE_KEY = QStringLiteral("toleranceUpdate");
const double GENERAL_TOLERANCE_AT_UPDATE_DEFAULT_VALUE = 0.2;