mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50: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));
|
||||
}
|
||||
}
|
||||
if(ret==OK)
|
||||
if((ret==OK)&& (thisDetector->myDetectorType != EIGER))
|
||||
ret=detectorSendToReceiver(true);
|
||||
|
||||
return ret;
|
||||
@ -6060,7 +6060,8 @@ int slsDetector::stopReceiver(){
|
||||
int ret = FAIL;
|
||||
char mess[] = "";
|
||||
|
||||
detectorSendToReceiver(false);
|
||||
if(thisDetector->myDetectorType != EIGER)
|
||||
detectorSendToReceiver(false);
|
||||
|
||||
if (setReceiverOnline(ONLINE_FLAG)==ONLINE_FLAG) {
|
||||
#ifdef VERBOSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user