- Jun 03, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 02, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
Circular dependency detection: Outputs which are pogrammatically set to faulty are treated like external inputs.
-
Martin Killenberg authored
-
- May 28, 2021
-
-
Martin Killenberg authored
-
- May 27, 2021
-
-
Martin Killenberg authored
-
- May 25, 2021
-
-
Martin Killenberg authored
- Implemented but not tested yet - All existing tests passing
-
- May 21, 2021
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 20, 2021
-
-
Martin Killenberg authored
-
- May 19, 2021
-
-
Martin Killenberg authored
* Not implemented yet. Currently always return false. * Test exists and compiles, but is failing due to the missing implementation.
-
Martin Christoph Hierholzer authored
-
- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 28, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 26, 2021
-
-
Martin Christoph Hierholzer authored
Paths starting with "/" will be stripped of the leading slash now. Empty paths (or a single slash) will be interpreted to refer to the Module itself and hence return *this. This logic is otherwise ofter required in code which uses submodule().
-
Martin Christoph Hierholzer authored
-
- Apr 21, 2021
-
-
Martin Christoph Hierholzer authored
This actually makes the implementation also easier and more efficient.
-
- Apr 16, 2021
-
-
Martin Christoph Hierholzer authored
* add HierarchyModifyingGroup * VirtualModule: allow nested oneLevelUp etc.; simplify implementation This is achieved by properly setting the _owner of each VirtualModule (unless highest level). The simplification comes from then being able to use getOwner() instead of keeping track of "grandparents", and from using createAndGetSubmodule() instead of implementing something similar again in findTagAndAppendToModule(). * DataLossCounter constructor now takes qualified path to trigger variable
-
Martin Christoph Hierholzer authored
-
- Mar 23, 2021
-
-
Martin Christoph Hierholzer authored
Co-authored-by:
Jens Georg <jens.georg@desy.de>
-
- Oct 22, 2020
-
-
Martin Christoph Hierholzer authored
-
- Sep 15, 2020
-
-
Martin Christoph Hierholzer authored
-
- Aug 27, 2020
-
-
Martin Christoph Hierholzer authored
-
- Aug 26, 2020
-
-
Martin Christoph Hierholzer authored
Prints a clear message if a circular dependency of initial values exists.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 20, 2020
-
-
Martin Christoph Hierholzer authored
-
- Aug 14, 2020
-
-
Martin Christoph Hierholzer authored
fix tsan complaining about incrementing/decrementing testableMode_deviceInitialisationCounter outside testable mode
-
- Aug 11, 2020
-
-
Martin Killenberg authored
- Also removed race conditions in the test.
-
- Aug 04, 2020
-
-
Martin Killenberg authored
- Version number in exception case is always the same. - Remembers that it has reported an exception so a readLatest() after recovery does not switch the data validity back to ok if there was no new data.
-
Martin Killenberg authored
-
- Aug 03, 2020
-
-
Martin Killenberg authored
- All variables conceptually have an initial value now. - All initial values read by blocking read() before starting the main loop. - More tests failing, probably to old test exceptiations and wrong test implementations.
-
Martin Killenberg authored
- tests still failing - modifications incomplete - cleanup needed
-
- Jul 31, 2020
-
-
Martin Killenberg authored
- Initial values are sometimetimes only propagated in the first run of the main loops, not in prepare. If other modules are waiting for it they cannot enter their main loop. That's why all threads have to be started first, and only the it is waited for all of them to enter testable mode.
-
- Jul 29, 2020
-
-
Martin Killenberg authored
-
- Jul 27, 2020
-
-
Martin Killenberg authored
-