We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93f637 commit d78ba4aCopy full SHA for d78ba4a
1 file changed
src/core/defines.h
@@ -227,6 +227,9 @@ const std::string STR_CFG_5 = "CFG_5";
227
228
const std::string STR_POLARITY_PATTERN = "POLARITY_PATTERN";
229
230
+const std::string STR_SCALER_OVERRIDE = "SCALER_OVERRIDE";
231
+const std::string STR_TIME_NORM_SCALER_OVERRIDE = "TIME_NORMALIZED_SCALER_OVERRIDE";
232
+
233
const std::string STR_K_A_LINES = "K Alpha";
234
const std::string STR_K_B_LINES = "K Beta";
235
const std::string STR_L_LINES = "L Lines";
0 commit comments