mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-03 09:51:19 +01:00
Merge branch '3.0-rc' into developer
This commit is contained in:
@@ -1463,6 +1463,9 @@ string slsDetectorCommand::cmdStatus(int narg, char *args[], int action) {
|
||||
return myDet->runStatusType(s);
|
||||
}
|
||||
else if (cmd=="busy") {
|
||||
if (action==PUT_ACTION) {
|
||||
return string ("cannot put");
|
||||
}
|
||||
char answer[100];
|
||||
sprintf(answer,"%d", myDet->getAcquiringFlag());
|
||||
return string(answer);
|
||||
|
||||
Reference in New Issue
Block a user