Skip to content

Commit d78ba4a

Browse files
author
Arthur Glowacki
committed
Added string defines for scaler overrides
1 parent e93f637 commit d78ba4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/core/defines.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ const std::string STR_CFG_5 = "CFG_5";
227227

228228
const std::string STR_POLARITY_PATTERN = "POLARITY_PATTERN";
229229

230+
const std::string STR_SCALER_OVERRIDE = "SCALER_OVERRIDE";
231+
const std::string STR_TIME_NORM_SCALER_OVERRIDE = "TIME_NORMALIZED_SCALER_OVERRIDE";
232+
230233
const std::string STR_K_A_LINES = "K Alpha";
231234
const std::string STR_K_B_LINES = "K Beta";
232235
const std::string STR_L_LINES = "L Lines";

0 commit comments

Comments
 (0)