mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-28 23:21:18 +01:00
receiver stop command line should not have receiver readout, acquire doesnt hacve it anymore
This commit is contained in:
@@ -4247,11 +4247,11 @@ string slsDetectorCommand::cmdReceiver(int narg, char *args[], int action) {
|
||||
myDet->startReceiver();
|
||||
else if(!strcasecmp(args[1],"stop")){
|
||||
myDet->startReceiverReadout();
|
||||
runStatus s = myDet->getReceiverStatus();
|
||||
/*runStatus s = myDet->getReceiverStatus();
|
||||
while(s != RUN_FINISHED){
|
||||
usleep(50000);
|
||||
s = myDet->getReceiverStatus();
|
||||
}
|
||||
}*/
|
||||
myDet->stopReceiver();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user