mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02: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