Fixed filename problem with CPU readout and trimval command for mythen

This commit is contained in:
2017-11-22 12:34:14 +01:00
parent 5f0575236e
commit dcfa6fb100
4 changed files with 106 additions and 18 deletions

View File

@ -275,7 +275,8 @@ int slsDetectorUtils::acquire(int delflag){
pthread_mutex_unlock(&mp);
//send receiver file name
pthread_mutex_lock(&mg); //cout << "lock"<< endl;
setFileName(fileIO::getFileName());
setFileName(fileIO::getFileName());
//start receiver
if(startReceiver() == FAIL) {