From 99b885fa142a30aa48a76977a7abcccb47162209 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 26 Mar 2026 11:29:00 +0100 Subject: [PATCH] minor --- slsDetectorSoftware/generator/removed_commands.yaml | 12 ++++++------ slsDetectorSoftware/src/Caller.h | 9 ++++++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/slsDetectorSoftware/generator/removed_commands.yaml b/slsDetectorSoftware/generator/removed_commands.yaml index f4ed1e3bb..b0a9257ec 100644 --- a/slsDetectorSoftware/generator/removed_commands.yaml +++ b/slsDetectorSoftware/generator/removed_commands.yaml @@ -1,6 +1,6 @@ -v_a: "dac and power" -v_b: "dac and power" -v_c: "dac and power" -v_d: "dac and power" -v_io: "dac and power" -v_chip: "dac" +v_a: "'dac v_a' and 'power v_a'" +v_b: "'dac v_b' and 'power v_b'" +v_c: "'dac v_c' and 'power v_c'" +v_d: "'dac v_d' and 'power v_d'" +v_io: "'dac v_io' and 'power v_io'" +v_chip: "'dac v_chip'" diff --git a/slsDetectorSoftware/src/Caller.h b/slsDetectorSoftware/src/Caller.h index 20a5864e6..ce9e7cc93 100644 --- a/slsDetectorSoftware/src/Caller.h +++ b/slsDetectorSoftware/src/Caller.h @@ -902,9 +902,12 @@ class Caller { StringMap removed_functions{ - {"v_a", "dac and power"}, {"v_b", "dac and power"}, - {"v_c", "dac and power"}, {"v_d", "dac and power"}, - {"v_io", "dac and power"}, {"v_chip", "dac"}, + {"v_a", "'dac v_a' and 'power v_a'"}, + {"v_b", "'dac v_b' and 'power v_b'"}, + {"v_c", "'dac v_c' and 'power v_c'"}, + {"v_d", "'dac v_d' and 'power v_d'"}, + {"v_io", "'dac v_io' and 'power v_io'"}, + {"v_chip", "'dac v_chip'"}, }; };