- 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.
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
zenker authored
Fix missing object name in the example.
-
- Dec 09, 2019
-
-
Martin Killenberg authored
It allows you to check how the controller behaves and to monitor the changes in doocs histories, for instance.
-
- Dec 03, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Nov 27, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Nov 21, 2019
-
-
Martin Killenberg authored
solves #70
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Nov 20, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Nov 19, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- worked around gcc bug buy adding a useless default constructor - removed dangerous convenience referene which would be broken by copy constructor and assignment operator
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Nov 18, 2019
-
-
Martin Christoph Hierholzer authored
Merge VirtualModules which have the same name. This doesn't really make a difference, but e.g. the output of dump() will be much cleaner.
-
- Nov 16, 2019
-
-
Martin Killenberg authored
Fixes #68
-
- Nov 14, 2019
-
-
Martin Killenberg authored
- removed sleep - put reading to end of loop (process initial value before blocking)
-
- Nov 13, 2019
-
-
Martin Killenberg authored
-
- Oct 30, 2019
-
-
Martin Killenberg authored
-
- Oct 28, 2019
-
-
Martin Killenberg authored
added testHideThis. The test does not fails for CMake, but the printout shows that the connections in the CS are wrong
-
- Oct 21, 2019
-
-
Martin Killenberg authored
TestableMode: ApplicationModule guarantees that the main loop thread had the testableModeLock at least once. Solves #66
-
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.
-