mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-15 14:25:37 +02:00
wip: ctb power works, tests left
This commit is contained in:
@@ -2256,6 +2256,12 @@ int InferAction::port() {
|
||||
}
|
||||
}
|
||||
|
||||
int InferAction::power() {
|
||||
|
||||
throw RuntimeError("sls_detector is disabled for command: power. Use "
|
||||
"sls_detector_get or sls_detector_put");
|
||||
}
|
||||
|
||||
int InferAction::powerchip() {
|
||||
|
||||
if (args.size() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user