- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
* fix code formatting * enable coding style test
-
zenker authored
* Use templated version to add a trigger. A trigger is needed for Poll type inputs. Still it can not be used for Devices. Here one has to call addSource manually. * No need to use a trigger. Fix connections by moving all to history. Trigger is only needed for DeviceModules. So in case of device addSource still needs to be used, because no tags are present for devices. * Add option to specify the directory where history will appear in CS. * Remove CS tag not needed any more. * Update documentation. * Update documentation of logging module. * Remove CS tag not needed any more. * Remove parameter not needed. AddSource for ConnectingDeviceModule. Docu.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
it was anyway dysfunctional and mainly slightly reducing performance.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This will make QtCreator group all test executables, which offers a much better overview.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
project-template: increase DOT_GRAPH_MAX_NODES
-
Martin Christoph Hierholzer authored
-
- Aug 25, 2022
-
-
Martin Christoph Hierholzer authored
ApplicationCore was hitting the limit...
-
Martin Christoph Hierholzer authored
-
zenker authored
-
zenker authored
* Create test case for testing multiple modules having the same. * Use message IDs to support modules with similar names. ToDo: Remove variable connections to CS like with MicroDAQ. * Use automatic connection via CS. Rebuild hierarchy in Logging module. * Put logging variables into a separate hierarchy level. * Let user write to alias via CS. Keep last message in the PV. Before the message was always cleared after writing it. Now a new log level is used to indicate the situation that write was called on the message PV without calling sendMessage - it happens if the owning module calls writeAll(). Now the last message of each sender is availble in the CS. * Add test with modified hierarchy. * Clang formaat applied. * Hide internal PVs. Use different internal tag to work with regex.
-
- Aug 24, 2022
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
- Aug 18, 2022
-
-
Martin Christoph Hierholzer authored
Comment describes which clang-format version to use and how to get it.
-
- Aug 11, 2022
-
- Aug 09, 2022
-
-
Jens Georg authored
Ignore files generated by CMake during configure
-
- Aug 08, 2022
-
-
Jens Georg authored
There are a couple of files in the CMakeFiles folder that will match the search patterns. This is problematic during package build, since debian builds in a subfolder of the source folder, so we hit those files and tests fail
-
- Aug 03, 2022
-
-
Martin Christoph Hierholzer authored
[project-template] add coding style checker
-
Martin Christoph Hierholzer authored
-
- Aug 02, 2022
-
-
Martin Killenberg authored
The VoidAccessor comes along with the convenience classes VoidInput and VoidOutput, and the TestFacility function getVoid()
-
- Aug 01, 2022
-
-
Martin Killenberg authored
Update project template
-
Martin Christoph Hierholzer authored
Enable by adding include(cmake/enable_code_style_check.cmake) to the project's CMakeLists.txt
-
Martin Killenberg authored
-
- Jul 28, 2022
-
-
Martin Christoph Hierholzer authored
-
- Jul 27, 2022
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 29, 2022
-
- Jun 28, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This fixes together with another change in DeviceAccess the LNM MathPlugin with push-type variables as parameters.
-
- Jun 20, 2022
-
-
Martin Killenberg authored
Ignore eclipse python project file.
-
zenker authored
-
- Jun 17, 2022
-
-
- Remove Makefile.coverage.in - Drop BUILD_COVERAGE_ON_DEBUG for ENABLE_COVERAGE_REPORT (defaults to on if included) - Add clean-gcda target
-
this is required for dcmctrl7 config
-