mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
esrf changes: Listener, DataProcessor, DataStreamer, Fifo, ZmqSocket constructors return an exception when it fails
This commit is contained in:
@ -176,7 +176,7 @@ public:
|
||||
retval.append("Could not configure mac\n");
|
||||
|
||||
if(slsErrorMask&COULDNOT_SET_NETWORK_PARAMETER)
|
||||
retval.append("Could not set network parameter. Should be valid and in proper format\n");
|
||||
retval.append("Could not set network parameter.\n");
|
||||
|
||||
if(slsErrorMask&COULDNOT_SET_ROI)
|
||||
retval.append("Could not set the exact region of interest. Verify ROI set by detector.\n");
|
||||
|
Reference in New Issue
Block a user