Skip to content
Snippets Groups Projects
Commit 8212fd99 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

necessary update for a change in DeviceAccess

parent 4ab1f13f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ namespace ChimeraTK{
void DoocsUpdater::updateLoop(){
ReadAnyGroup group(_elementsToRead.begin(), _elementsToRead.end());
while(true){
auto updatedElement = group.waitAny();
auto updatedElement = group.readAny();
for (auto & updaterFunction : _toDoocsUpdateMap[updatedElement]){
updaterFunction();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment