- Jul 01, 2020
-
-
Martin Killenberg authored
-
- Apr 20, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
improved places where DeviceModule changes testableMode_deviceInitialisationCounter. Now matches with deviceHasError.
-
- Apr 17, 2020
-
-
Martin Killenberg authored
Now the writing in the DeviceModule is working. Fixes #159
-
- Apr 14, 2020
-
-
Martin Christoph Hierholzer authored
This case was missed in #129.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
allows to control whether to wait for device recoveries in stepApplication
-
Martin Christoph Hierholzer authored
This prevents stepApplication() to return too early (e.g. right after start) when the device is not yet initialised. Note: is has been verified that there is no race condition at the beginning despite the counter is only incremented during the test (by introducing an artificial delay at the beginning of handleException()). It works, because testable mode waits until all devices are opened. In testable mode, this check is now equivalent to the devices being also initialised (when the testableModeLock is obtained and the counter is checked).
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
- Apr 09, 2020
-
-
Jan H. K. Timm authored
-waitting for recovery is now outsourced in function DeviceModule::waitForRecovery() -everywhere where the function is called, the new function is now called.
-
- Apr 08, 2020
-
-
Jens Georg authored
-
Jens Georg authored
Fixes #144
-
- Jan 21, 2020
-
-
Martin Christoph Hierholzer authored
-
Jan H. K. Timm authored
writeAfterOpen writes constants to devices remove writeAfterOpen in recovery loop that should be in writeRecoveryOpen extend testProcessVariableRecovery for constants
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-
- Jan 17, 2020
-
-
Jan H. K. Timm authored
- add list with shared ptr of transferElements for recovery write - add shared mutex
-
- Jan 13, 2020
-
-
Martin Killenberg authored
-
- Oct 17, 2019
-
-
Martin Killenberg authored
(first part of #65)
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer 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
-
- Aug 02, 2019
-
-
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
-
- Jul 30, 2019
-
-
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
-
- 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.
-
- Jun 05, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
changed: device is not intialized in constructor anymore.
-