wip
Build on RHEL9 docker image / build (push) Failing after 30s
Build on RHEL8 docker image / build (push) Failing after 33s

This commit is contained in:
2026-03-18 10:09:33 +01:00
parent 3feed07d95
commit 567dc8af71
11 changed files with 312 additions and 90 deletions
+16
View File
@@ -2278,6 +2278,22 @@ int InferAction::powerchip() {
}
}
int InferAction::powerdac() {
if (args.size() == 1) {
return slsDetectorDefs::GET_ACTION;
}
if (args.size() == 2) {
return slsDetectorDefs::PUT_ACTION;
}
else {
throw RuntimeError("Could not infer action: Wrong number of arguments");
}
}
int InferAction::powerindex() {
if (args.size() == 1) {