- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 14, 2021
-
-
Martin Christoph Hierholzer authored
-
- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
- Apr 16, 2021
-
-
Martin Christoph Hierholzer authored
-
- Jul 02, 2020
-
-
Christoph Kampmeyer authored
Rearranged processing of fanouts and their consuming nodes. A list of consuming nodes and implementations is passed to the fanout constructors, so the nodes don't have to added later. This resolves conflicts in the order in which accessors are decorated and added to the fanouts. FanOut constructors could still use refactoring.
-
- Jul 01, 2020
-
-
Christoph Kampmeyer authored
Ongoing refactoring. Consuming fanout works again.
-
- Jun 22, 2020
-
-
Christoph Kampmeyer authored
-
- Aug 05, 2019
-
-
Martin Killenberg authored
-
- Aug 02, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- Exception handling decorator and ThreadedFanOut send condition variable notificatios via the DeviceModule - FanOut sends terminate to impl and all slaves. Solves (some?) shutdown issues, but breaks bi-directional array test.
-
- Mar 08, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 25, 2019
-
-
Martin Christoph Hierholzer authored
- implement ThreadedFanOut version with return channel - add test for ThreadedFanOut with return channel
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 20, 2017
-
-
Martin Christoph Hierholzer authored
-
- Feb 10, 2017
-
-
Martin Christoph Hierholzer authored
- add all networks triggered from the same node to the same TriggerFanOut - put all feeding nodes in a TriggerFanOut into the same TransferGroup
-
Martin Christoph Hierholzer authored
- added some class documentation
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- some more code cleaning
-
- Jan 24, 2017
-
-
Martin Christoph Hierholzer authored
-
- Dec 23, 2016
-
-
Martin Christoph Hierholzer authored
-
- Dec 01, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 29, 2016
-
-
Martin Christoph Hierholzer authored
changed the internal thread implementation to boost::thread and make use of the interruption points to properly terminate the application
-
- Nov 18, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 10, 2016
-
-
Martin Christoph Hierholzer authored
- fixed copying only the first element in some situations
-
- Nov 07, 2016
-
-
Martin Christoph Hierholzer authored
-
- Nov 04, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
partial fix for problems due to moving to new ControlSystemAdapter structure: allocate and use the buffer from the NDRegisterAccessor tests still do not pass
-
Martin Christoph Hierholzer authored
Adapation to the unified versions of ControlSystemAdapter and DeviceAccess. Status: Library compiles, tests do not yet compile.
-
- Jun 30, 2016
-
-
Martin Christoph Hierholzer authored
- extended the trigger tests - removed some debug output
-
- Jun 23, 2016
-
-
Martin Christoph Hierholzer authored
Use the threaded version of the FanOut if a pushing feeder is distributed to multiple consumers, so all consumers receive updates immediately.
-
- Jun 22, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- fixed a bug in the FanOut which did not wait for the trigger (since ProcessScalar::receive() does not wait) - fixed a bug in Application::feedDeviceRegisterToControlSystem() not handling the last arugment (trigger) properly - improved the output produced with VariableNetwork::dump()
-