- Jul 02, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- removed ExceptionHandlingDecorator::setOwnerValidity()
-
- Jul 01, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- removed DeviceModule::waitForRecovery() - ExceptionHandlingDecorator is throwing to skip transfers
-
Martin Killenberg authored
This reverts commit d025bb5a.
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Jun 29, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Jun 22, 2020
-
-
Christoph Kampmeyer authored
In terminate(), call interrupt only when wait_for_new_data is set
-
- Jun 18, 2020
-
-
Christoph Kampmeyer authored
-
- Jun 16, 2020
-
-
Christoph Kampmeyer authored
This partly reverts d5ab1447, where the existing doReadTransfer overrides were removed. This commit gets the existing implmentations back, but changes the function name to doReadTransferSynchronously.
-
- Jun 15, 2020
-
-
Christoph Kampmeyer authored
Remove functions that do not exist anymore
-
- May 04, 2020
-
-
Christoph Kampmeyer authored
Throws logic_error if these modifiers are used in the top level
-
- Apr 28, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Tomasz Kozak authored
-
Tomasz Kozak authored
-
- Apr 27, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Apr 22, 2020
-
-
Martin Killenberg authored
-
- Apr 21, 2020
-
-
Martin Killenberg authored
ExceptionHandlingDecorator: doReadTransferNonBlocking() and doReadTransferLatest() must always return true because there will be new data. The recovery in postRead() takes care of it.
-
Martin Killenberg authored
-
Martin Christoph Hierholzer authored
-
- Apr 20, 2020
-
-
Martin Killenberg authored
ExceptionHandlingDecorator: With the current (=old) the owner has to be informed about data invalidity as soon as the exception is reported, and then again after recovery.
-
Martin Killenberg authored
-
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
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Apr 16, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
- removed wrong waitForRecovery() - some code improvements - fixed wrong logic in doReadTransferAsync
-
Jan H. K. Timm authored
-
Martin Killenberg authored
Revert "ExceptionHandlingDecorator: re-introduced while loop. Behaviour is now closer to previous one because it re-tries the read until it succeeds" Looping the postAction makes no sense. The loop only worked for the transfer itself. This reverts commit f7f35074.
-
- Apr 15, 2020
-
-
Martin Killenberg authored
ExceptionHandlingDecorator: re-introduced while loop. Behaviour is now closer to previous one because it re-tries the read until it succeeds
-
Martin Killenberg authored
* doGenericPostAction is void * removed endless loop in doGenericPostAction * only wait for recovery if application is running in multi-threaded mode * fixed return value for doReadTransferXxx in case transfer is not allowed
-
Jan H. K. Timm authored
-