mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 13:51:34 +01:00
more changes for multi for shared mem
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -4580,27 +4580,6 @@ int slsDetector::startAndReadAllNoWait(){
|
|||||||
return FAIL;
|
return FAIL;
|
||||||
};
|
};
|
||||||
|
|
||||||
// int* slsDetector::getDataFromDetectorNoWait() {
|
|
||||||
// int *retval=getDataFromDetector();
|
|
||||||
// if (thisDetector->onlineFlag==ONLINE_FLAG) {
|
|
||||||
// if (controlSocket) {
|
|
||||||
// if (retval==NULL){
|
|
||||||
// disconnectControl();
|
|
||||||
|
|
||||||
// #ifdef VERBOSE
|
|
||||||
// std::cout<< "Run finished "<< std::endl;
|
|
||||||
// #endif
|
|
||||||
// } else {
|
|
||||||
// #ifdef VERBOSE
|
|
||||||
// std::cout<< "Frame received "<< std::endl;
|
|
||||||
// #endif
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// return retval; // check what we return!
|
|
||||||
// };
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user