mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
Merge branch '3.0-rc' into developer
This commit is contained in:
commit
aca3b4ca1b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user