- Jun 14, 2021
-
-
Martin Christoph Hierholzer authored
-
- Jun 11, 2021
-
-
Martin Christoph Hierholzer authored
This will print always a lot of information if one or more devices is unavailable at server start. There is a high risk that these messages distract from the actual issue (broken hardware), hence it is better to remove this.
-
- Jun 09, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 08, 2021
-
-
Martin Christoph Hierholzer authored
-
- Jun 04, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
- testCircularDependencyFaultyFlags now uses modern AC without defining CS module and overriding defineConnections() # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # modified: include/DeviceModule.h # modified: src/DeviceModule.cc # modified: tests/executables_src/testCircularDependencyFaultyFlags.cc # # Untracked files: # build-example-Desktop-Debug/ # build-example2-Desktop-Debug/ # build-example_status_monitor-Desktop-Debug/ # demoBidirectionalVariables/ # example2b/ # include/ApplicationModule_BACKUP_1938963.h # include/ApplicationModule_BASE_1938963.h # include/ApplicationModule_LOCAL_1938963.h # include/ApplicationModule_REMOTE_1938963.h # message.txt # tests/testVirtualHierarchy.xlmap #
-
- Jun 03, 2021
-
-
Martin Killenberg 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
-
- Jun 01, 2021
-
-
Martin Christoph Hierholzer authored
-
- May 28, 2021
-
-
Martin Killenberg authored
-
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.
-
- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 28, 2021
-
-
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.
-
- 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
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.
-