client: updating release.txt, updating command line help, catching slsDetectorUsers exception from multislsdetector constructor

This commit is contained in:
2018-08-21 18:49:29 +02:00
parent 4e446f1f39
commit 7945d15beb
5 changed files with 454 additions and 21 deletions

View File

@ -89,7 +89,7 @@ int main(int argc, char **argv) {
/** - start measurement */
pDetector->startMeasurement();
std::cout << "measurement finished" << std::endl; usleep(1*1000*1000);
std::cout << "measurement finished" << std::endl;
/** - returning when acquisition is finished or data are avilable */