parallel3 fix, software version check

This commit is contained in:
2020-04-21 18:27:52 +02:00
parent 1185f1ea17
commit 94103a05b1
4 changed files with 20 additions and 5 deletions

View File

@ -150,7 +150,7 @@ Result<int64_t> Detector::getSerialNumber(Positions pos) const {
}
Result<int64_t> Detector::getReceiverVersion(Positions pos) const {
return pimpl->Parallel(&Module::getReceiverSoftwareVersion, pos);
return pimpl->Parallel3(&Receiver::getSoftwareVersion); //FIXME
}
Result<defs::detectorType> Detector::getDetectorType(Positions pos) const {