- 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
-
- 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
-
- 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
-
Jan H. K. Timm authored
-
Jan H. K. Timm authored
-
Jan H. K. Timm authored
TODO doGenericPostAction DONE all the rest does not compile, due to missing overrides
-
- Apr 14, 2020
-
-
Martin Killenberg authored
-
Christoph Kampmeyer 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
Fixes #144
-
- Mar 12, 2020
-
-
Martin Killenberg authored
- The direction cannot be determined from the accessor which is being decorated - Fixed wrong usage of feeding/consuming in Applicaton::createDeviceVariable. Was used consistently wrong, so there was no behaviour bug. But the code was confusing because the direction was wrong. Tests still failing.
-
- Mar 11, 2020
-
-
Martin Killenberg authored
- All accessors come up in exception state. - Read-accessors increase counter in init phase Assertion is gone, but tests still failing
-
- Feb 27, 2020
-
-
Christoph Kampmeyer authored
- EntityOwner has individual counters for both events - Adapted all instances of increment/decrementDataFaultCounter - Not changed getDataValidity() implementation yet - Tests failing
-
- Jan 29, 2020
-
-
Martin Killenberg authored
- Exception handling decorator does not allow to leave testable mode before devices are up - Test facility makes sure that testable mode counter is zero at the end of startApplication()
-
- Jan 23, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
wip #47: register accessor for write after open in DeviceModule if write cannot be performed in initialisation phase
-
- Jan 21, 2020
-
-
Martin Killenberg authored
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
change declaration of 'decrementDataFaultCounter' in 'EntityOwner' to take a bool parameter and adjust rest of the code to it implement 'decrementDataFaultCounter' in 'ApplicationModule' according to ticket #95 -> rewrite all outputs when 'faultCounter' goes from 1 to 0
-
Tomasz Kozak authored
remove commented part of ExceptionHandlingDecorator - 'void doPreRead() override' and its implementation
-
Tomasz Kozak authored
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-