- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 29, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 23, 2019
-
-
Jens Georg authored
Fixes DOOCS server shutdown lock-up
-
- Aug 08, 2018
-
-
vargheseg authored
Issue: Server throws when there are no device module variables: terminate called after throwing an instance of 'std::logic_error' what(): ReadAnyGroup has no element with AccessMode::wait_for_new_data. Aborted (core dumped) This commit introduces a workaround as proposed by jens: void DoocsUpdater::updateLoop(){ if (_elementsToRead.empty()) { return; } This commit is intended to be reverted if the above strategy has side effects.
-
- Jul 18, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 04, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- Replace the std::reference_wrapper<TransferElement> with a TransferElementAbstractor.
-
- Jul 02, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jan 10, 2018
-
-
Martin Christoph Hierholzer authored
Temporary roll-back to the periodic update polling instead of the readAny()-based update logic. This is necessary, since the readAny() implementation seems to be too slow for bigger servers like the LLRF server. A proper solution should be found to improve the performance of readAny() for larger number of variables.
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Dec 11, 2017
-
-
Martin Killenberg authored
- fixed last tests which were not using timeout based checks
-
- Oct 31, 2017
-
-
Martin Killenberg authored
changed updater to run in its own thread. Tests still using doocs update, which is just doing an insanely long sleep of 1 second.
-
- Oct 28, 2017
-
-
Martin Killenberg authored
changed DoocsFactory to not create unnecessary decorators of the wrong type when auto-creating variables. Test for spectra still failing
-
- Oct 24, 2017
-
-
Martin Killenberg authored
Updater is using a vector of callbacks now. Not working as intended because there are different decorators where they should be the same.
-
- Oct 20, 2017
-
-
Martin Killenberg authored
- Changes update to readLatest to allow consistent testing
-
- Oct 08, 2017
-
-
Martin Killenberg authored
-
- Oct 07, 2017
-
-
Martin Killenberg authored
-