mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
WIP
This commit is contained in:
@ -5633,7 +5633,8 @@ int set_readout_mode(int file_des) {
|
||||
if (ret == OK) {
|
||||
if (setReadoutMode(arg) == FAIL) {
|
||||
ret = FAIL;
|
||||
sprintf(mess, "Could not set readout mode\n");
|
||||
sprintf(mess, "Could not set readout mode. Check #samples or "
|
||||
"memory allocation\n");
|
||||
LOG(logERROR, (mess));
|
||||
} else {
|
||||
int retval = getReadoutMode();
|
||||
|
Reference in New Issue
Block a user