mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
fix to allowing update mode functions in update mode and removing exception about set_position for hostname in update mode
This commit is contained in:
@ -338,7 +338,9 @@ void DetectorImpl::updateDetectorSize() {
|
||||
<< shm()->numberOfChannels.y;
|
||||
|
||||
for (auto &module : modules) {
|
||||
module->updateNumberOfModule(shm()->numberOfModule);
|
||||
if (module->getUpdateMode() == 0) {
|
||||
module->updateNumberOfModule(shm()->numberOfModule);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user