mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
got rid of sending to detector for sending via cpu flag . not needed for eiger
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@795 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
ecab716f0a
commit
b6d18131e8
@ -6046,7 +6046,7 @@ int slsDetector::startReceiver(){
|
|||||||
setErrorMask((getErrorMask())|(COULDNOT_START_RECEIVER));
|
setErrorMask((getErrorMask())|(COULDNOT_START_RECEIVER));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(ret==OK)
|
if((ret==OK)&& (thisDetector->myDetectorType != EIGER))
|
||||||
ret=detectorSendToReceiver(true);
|
ret=detectorSendToReceiver(true);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
@ -6060,6 +6060,7 @@ int slsDetector::stopReceiver(){
|
|||||||
int ret = FAIL;
|
int ret = FAIL;
|
||||||
char mess[] = "";
|
char mess[] = "";
|
||||||
|
|
||||||
|
if(thisDetector->myDetectorType != EIGER)
|
||||||
detectorSendToReceiver(false);
|
detectorSendToReceiver(false);
|
||||||
|
|
||||||
if (setReceiverOnline(ONLINE_FLAG)==ONLINE_FLAG) {
|
if (setReceiverOnline(ONLINE_FLAG)==ONLINE_FLAG) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user