mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
jungfrau server: programfpga: handling bus error, and printing a message for user to restart servers when done in client command line
This commit is contained in:
@ -7868,6 +7868,9 @@ int slsDetector::programFPGA(string fname){
|
||||
disconnectControl();
|
||||
}
|
||||
}
|
||||
if (ret != FAIL) {
|
||||
printf("You can now restart the detector servers in normal mode.\n");
|
||||
}
|
||||
|
||||
//free resources
|
||||
if(fpgasrc != NULL)
|
||||
|
Reference in New Issue
Block a user