mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 10:46:28 +01:00
Error handling with exceptions in slsDetector and multiSlsDetector (#14)
* less error mask * removing error mask from slsDetector * removed ErrorMask * setonline, setreceiveornline bug fix
This commit is contained in:
committed by
Dhanya Thattil
parent
9d489dc962
commit
03402d0e9e
@@ -3418,7 +3418,7 @@ std::string slsDetectorCommand::cmdSettings(int narg, char *args[], int action,
|
||||
else
|
||||
return std::string("failed");
|
||||
}
|
||||
return myDet->getSettingsFile(detPos);
|
||||
return std::string("Specify file name for geting settings file");
|
||||
} else if (cmd == "trimval") {
|
||||
if (action == PUT_ACTION) {
|
||||
if (sscanf(args[1], "%d", &val))
|
||||
|
||||
Reference in New Issue
Block a user