- Nov 23, 2021
-
-
Martin Killenberg authored
-
Martin Killenberg authored
ScriptedInitialisationHandler: catch boost exceptions and throw ChimeraTK logic_error with improved what() message
-
Martin Killenberg authored
-
- Oct 20, 2021
-
-
Martin Christoph Hierholzer authored
-
- Aug 16, 2021
-
-
Martin Christoph Hierholzer authored
-
- Aug 11, 2021
-
-
Martin Christoph Hierholzer authored
-
- Jun 09, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
Jens Georg authored
The message of this exception is usually lost and the user is left with an obscure error about not calling shutdown() in the constructor without any clue what was wrong with the config
-
- Jun 03, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
The new order has the following advantages: - values 0=OK and 1=Fault are compatible with frequent use of booleans like "is_error" - values are matching ("accidentally") the DOOCS convention
-
Martin Christoph Hierholzer authored
-
- Jun 01, 2021
-
-
Martin Christoph Hierholzer authored
After discussion with Martin K. we concluded that this monitor makes no sense. Legit cases should use the ExactMonitor instead (if e.g. a boolean on/off configuration switch is to be observed). The monitoring of a Status value makes no sense, since we would then have a monitor monitoring another monitor. In that case, the behaviour of the other monitor should either be corrected, or the monitors should be aggregated with the right aggregator mode.
-
Martin Christoph Hierholzer authored
-
- May 28, 2021
-
-
Martin Christoph Hierholzer authored
- introduce StatusOutput class - rename ChimeraTK::States enum to ChimeraTK::StatusOutput::Status and make strongly-typed - introduce reserved tags to detect StatusOutputs to be aggregated
-
- Apr 26, 2021
-
-
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 22, 2021
-
-
Martin Christoph Hierholzer authored
Multiplier module: add modern constructor accepting qualified path names of input, factor and output
-
- 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
-
- Feb 18, 2021
-
-
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
-
- Dec 11, 2020
-
-
Martin Christoph Hierholzer authored
-
- Nov 30, 2020
-
-
Nadeem Shehzad authored
-
- Nov 26, 2020
-
-
Nadeem Shehzad authored
-
- Nov 25, 2020
-
-
Martin Christoph Hierholzer authored
-
- Oct 29, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
The user can now also choose to publish messages only to the control system.
-
- Sep 23, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
Refactored.
-
Christoph Kampmeyer authored
-
- Sep 08, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Reading was done only in deeper levels inside the VariableGroups.
-
Martin Christoph Hierholzer authored
See 1af92147. Input accessors are now properly part of the ReadAny group which improves the deterministic behaviour.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This provides a strict guarantee for the order of updates w.r.t. trigger, especially for tests.
-
- Sep 07, 2020
-
-
Christoph Kampmeyer authored
- Removed extra call to registerModule which caused multiple creation of the same module on a tree node - Made addChildNode private
-