- 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
-
- May 03, 2021
-
-
Martin Christoph Hierholzer authored
-
- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 28, 2021
-
-
Martin Christoph Hierholzer authored
This is changed behaviour introduced with c9948142
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
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
Before it had to be stripped for all use cases anyway, so it is better to leave it out from the beginning.
-
Martin Christoph Hierholzer authored
-
- Apr 23, 2021
-
-
Martin Christoph Hierholzer authored
so dependencies can already ask for the new features
-
Martin Christoph Hierholzer authored
It was handing out only those control system accessors which do *not* belong to the particular ControlSystemModule, because the if condition was inverted.
-
- Apr 22, 2021
-
-
Martin Christoph Hierholzer authored
Multiplier module: add modern constructor accepting qualified path names of input, factor and output
-
Martin Christoph Hierholzer authored
This function is indented for direct use when creating a HierarchyModifyingGroup, where this behaviour makes more sense. A "." as name of a HierarchyModifyingGroup will be the equivalent to HierarchyModifyer::hideThis.
-
- Apr 21, 2021
-
-
Martin Christoph Hierholzer authored
For some reason this was disallowed and even tested to throw.
-
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 30, 2021
-
-
Martin Christoph Hierholzer authored
This might have led to test stalled exceptions despite the test did not yet even start properly.
-
- Mar 23, 2021
-
-
Martin Christoph Hierholzer authored
Co-authored-by:
Jens Georg <jens.georg@desy.de>
-
- Feb 18, 2021
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Forgot to adpopt test to the new method signature.
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
zenker authored
* Fix initial msg. Add automatic connection to the LoggingModule. Now the Logger is a VariableGroup and in the prepare() method an empty msg is written once. This makes sure the LoggingModule is not waiting for initial values of Loggers and messages by other Loggers get lost. * Add message in case on modules with Logger are found. * Fix test and remove implementation of removed method. * Do not use hard coded tags but use default tags. Now all tags given to the LoggingModule are used to look for senders.
-
- Feb 17, 2021
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
Automated MSK Jenkins User authored
-
- Feb 16, 2021
-
-
Martin Killenberg authored
-
- Jan 14, 2021
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-