more changes for multi for shared mem

This commit is contained in:
maliakal_d 2018-06-19 16:38:18 +02:00
parent 99bf6446fe
commit fc0f8ef9da
3 changed files with 2150 additions and 2149 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4580,27 +4580,6 @@ int slsDetector::startAndReadAllNoWait(){
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!
// };
/*