- Jan 17, 2020
-
-
Martin Christoph Hierholzer authored
Need to wait until the internal fan out threads have been launched and acquired the testable mode lock before continuing with app starting and testing to avoid race conditions.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 10, 2020
-
-
Martin Christoph Hierholzer authored
wip: fix propagation of initial values from control system variables (persistence layer) and device registers (just the current value)
-
- Jan 09, 2020
-
-
Klaus Zenker (HZDR) authored
-
- Jan 08, 2020
-
-
Klaus Zenker (HZDR) authored
This is needed to add all device variables to e.g. the history module.
-
- Nov 19, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 21, 2019
-
-
Martin Killenberg authored
TestableMode: ApplicationModule guarantees that the main loop thread had the testableModeLock at least once. Solves #66
-
- Oct 17, 2019
-
-
Martin Killenberg authored
(first part of #65)
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- 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
-
- Aug 05, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Aug 02, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- Exception handling decorator and ThreadedFanOut send condition variable notificatios via the DeviceModule - FanOut sends terminate to impl and all slaves. Solves (some?) shutdown issues, but breaks bi-directional array test.
-
- Jul 30, 2019
-
-
Martin Killenberg authored
supposedly fixed implementation, but tests are conceptually broken and/or implementation cannot be terminated
-
- Jul 29, 2019
-
-
Martin Killenberg authored
-
- Jul 25, 2019
-
-
Martin Killenberg authored
-
- Jul 24, 2019
-
-
Martin Killenberg authored
first implementation of device initialisation handler. Simple test passes, but needs to be extended.
-
- Jul 23, 2019
-
-
Martin Killenberg authored
implemented first interface change in DeviceModule to support initialisationHandlers. Test in place but failing due to missing implementation.
-
- Jul 11, 2019
-
-
Jens Georg authored
Fixes #39
-
- Jun 26, 2019
-
-
Martin Christoph Hierholzer authored
added missing implementations of writeDestructively() - the inherited ones from the DeviceAccess classes are not doing the right thing...
-
- Jun 25, 2019
-
-
Martin Christoph Hierholzer authored
rename VersionNumberUpdatingRegisterDecorator into MetaDataPropagatingRegisterDecorator, as it does more than just updating the VersionNumber now
-
Martin Christoph Hierholzer authored
-
- Jun 13, 2019
-
-
Jens Georg authored
So that the compiler complains if one accidentally uses it through implicit type conversion "" -> bool and the hierarchy is screwed up
-
- Jun 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 06, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 05, 2019
-
-
Martin Christoph Hierholzer authored
moved exception handling documentation into its own dox file and added documentation about DataValidity flag propagation
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-