mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
cannot put for get busy
This commit is contained in:
parent
e8d83a085f
commit
0c6fcc1186
@ -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