- Apr 29, 2020
-
-
Christoph Kampmeyer authored
Currently does not get the modules in a way that they can be downcasted to test if StatusMonitor, etc
-
Christoph Kampmeyer authored
Correctly navigate to parent module via virtual path.
-
- Apr 27, 2020
-
-
Christoph Kampmeyer authored
-
- Apr 24, 2020
-
-
Christoph Kampmeyer authored
-
- Apr 21, 2020
-
-
zenker authored
If someone includes the Logger into an ApplcationModule and calls writeAll() the Logger variable message will be written. To catch that cases set message empty after calling sendMessage and ignore empty messages in the LoggingModule.
-
- Mar 20, 2020
-
-
Martin Christoph Hierholzer authored
-
- Feb 27, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Feb 05, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Jan 24, 2020
-
-
Christoph Kampmeyer authored
- Basic structure of test application - Added modules - Refactoring of StatusMonitor to provide a non-templated base class - Needs follow-up, for status see issue #14 and the linked follow-up ticket
-
- Jan 13, 2020
-
-
Martin Killenberg authored
- ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
-
- Jan 09, 2020
-
-
Klaus Zenker (HZDR) authored
-
- Jan 08, 2020
-
-
Klaus Zenker (HZDR) authored
-
Klaus Zenker (HZDR) authored
Connecting a device only works if the PVs are readonly! So one has to use the logical name mapping backend. This also allows to select only a subset of the device PV to be added to the history module.
-
- Dec 13, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Dec 12, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
I observed that, after reading the message sometimes the log level was wrong. Most likely because it was updated after the message was read. Now the log level is bound to the message. This also reduces the number ctk variables.
-
- Oct 02, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
It is suffiecient to have the message being push type. readAny of the ReadAnyGroup will update poll type variable automatical once there was an update of the push type message.
-
- Oct 01, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Some custom tags from private servers have been removed. Added "CS" tag, which allows to use findTag on the Logging module and connect it directly to the control system.
-
- Jun 11, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- May 15, 2019
-
-
Nadeem Shehzad authored
-
- May 14, 2019
-
-
Nadeem Shehzad authored
-
- May 07, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 15, 2019
- Mar 04, 2019
-
-
Jens Georg authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 04, 2019
-
-
Martin Christoph Hierholzer authored
Unfortunatly this currently breaks the ServerHistory module, as it relies on slashes in accessor names. The MicroDAQ module had the same issue but has already been fixed. This fix can be adopted to the ServerHistory module as well.
-
- Nov 09, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Now one can add ScalarOutput and ArrayOutput variables to the history modules by using tags.
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
This is still not nice. Now for every data type an individual module needs to be created.
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 17, 2018
-
-
Martin Christoph Hierholzer authored
- Make data decimation configurable - Addded some documentation - Some code cleaning (eliminate warnings, move internal classes into detail namespace)
-
- Aug 10, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-