mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
wip
This commit is contained in:
@ -1419,7 +1419,8 @@ std::string DetectorImpl::getMd5Checksum(const std::string &fname) {
|
||||
std::string(e.what()));
|
||||
}
|
||||
pclose(pipe);
|
||||
return result;
|
||||
auto list = sls::split(result, ' ');
|
||||
return list[0];
|
||||
}
|
||||
|
||||
sls::Result<int> DetectorImpl::getNumberofUDPInterfaces(Positions pos) const {
|
||||
|
Reference in New Issue
Block a user