mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 21:26:50 +01: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