- Sep 11, 2019
-
-
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
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Aug 02, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
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.
-
- Aug 01, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Jul 30, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
supposedly fixed implementation, but tests are conceptually broken and/or implementation cannot be terminated
-
- Jul 29, 2019
-
-
Martin Killenberg authored
-
- Jul 26, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Jens Georg authored
Otherwise it is impossible to shut-down the server if the device could not be opened at all or is in constant error state
-
- Jul 25, 2019
-
-
Martin Killenberg authored
- fixed bug that there was a nullptr exception handler in the list with default value from constructor (caused all ApplicationCore to fail)
-
Martin Killenberg authored
-
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 12, 2019
-
-
Jens Georg authored
-
- Jul 11, 2019
-
-
Jens Georg authored
Fixes #39
-
- Jul 05, 2019
-
-
Martin Killenberg authored
-
- Jul 04, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
use the new DeviceAccess .DUMMY_WRITEABLE variable in tests. Writing to the readonly version now throws.
-