mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 15:46:26 +01:00
adc command line bug, ctb api added to client
This commit is contained in:
@@ -81,6 +81,9 @@ int slsDetector::checkDetectorVersionCompatibility() {
|
||||
case GOTTHARD:
|
||||
arg = APIGOTTHARD;
|
||||
break;
|
||||
case CHIPTESTBOARD:
|
||||
arg = APICTB;
|
||||
break;
|
||||
default:
|
||||
FILE_LOG(logERROR) << "Check version compatibility is not implemented for this detector";
|
||||
setErrorMask((getErrorMask()) | (VERSION_COMPATIBILITY));
|
||||
|
||||
Reference in New Issue
Block a user