- Oct 21, 2019
-
-
Martin Killenberg authored
Moved setting the initial version number for all ApplicationModules from Application::initialise() to Application::run(), so the version numbers of the persisted values from the control system are smaller.
-
- Oct 18, 2019
-
-
Martin Killenberg authored
-
- Oct 17, 2019
-
-
Martin Killenberg authored
(first part of #65)
-
- Oct 14, 2019
-
-
Jens Georg authored
THis is necessary for newer Boost (1.71) which puts the exported targets in Boost_LIBRARIES. If we export that verbatim it causes link issues on projects using the config scripts from Make
- Oct 02, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Sometimes the test failed because Input variables were not yet written. I added some more stepApplication calls in between. Seems to work now. Although it is unclear to me why sometimes I can add an stepApplication after writing a variable and sometimes I can not.
-
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.
-
- Sep 30, 2019
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Sep 27, 2019
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Doocs .conf and variable mapping templates - Implemented ApplicationInstance.cc - Fixed working directory in CMakeLists.txt
-
Christoph Kampmeyer authored
- Added (d)map files - Adapted CMakeLists.txt - Separate src file for application instance
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Added ApplicationModule, test and config - Extended CMakeLists.txt accordingly - TODO: .dmap-, .map-files
-
- Sep 25, 2019
-
-
Jens Georg authored
-
Christoph Kampmeyer authored
-
Jens Georg authored
This reverts commit e7294d81. This does not exist on xenial yet
-
- Sep 24, 2019
-
-
Jens Georg authored
-
Jens Georg authored
find_package is for use inside the *Config.cmake files
-
Jens Georg authored
To add public dependencies to the generated config, use e.g. list(APPEND ${PROJECT_NAME}_PUBLIC_DEPENDENCIES "Boost COMPONENTS system thread chrono")
-
Jens Georg authored
- Add missing required dependencies for boost - Remove deprecated header. Also not needed on xenial
-
- Sep 16, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 13, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 10, 2019
-
- Aug 22, 2019
-
-
Jens Georg authored
size_t has different types on 32 vs 64 bit systems. UL is correct for 64. Just use the ::size_type define to help it figure it out properly
-
Jens Georg authored
-
- Aug 05, 2019
-
-
Martin Killenberg authored
(Currently untested as the recovery does not work in DeviceAccess. calling open() again just does nothing.) Fixes #53
-