- Jul 02, 2020
-
-
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
- doPostRead() only updates user buffer when it should - doPostRead() sets data validity and version number - write() returns false (no data lost), because dropping the data is intentional - implemented interrupt()
-
- Jun 26, 2020
-
-
Jan H. K. Timm authored
-
- Jun 25, 2020
-
-
Christoph Kampmeyer authored
-
- Jun 22, 2020
-
-
Martin Killenberg authored
fix: TestableModeAccessorDecorator::preRead() always released the lock and did not delegate the call to the target
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
ConstantAccessor not pushes the value to the queue yet
-
Christoph Kampmeyer authored
-
- Jun 19, 2020
-
-
Christoph Kampmeyer authored
-
- Jun 18, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Jun 16, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
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.
-
Christoph Kampmeyer authored
-
- Jun 15, 2020
-
-
Christoph Kampmeyer authored
Remove functions that do not exist anymore
-
- May 26, 2020
-
-
Martin Christoph Hierholzer authored
-
- Apr 28, 2020
-
-
Tomasz Kozak authored
-
- Apr 27, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Apr 21, 2020
-
-
Martin Killenberg authored
-
Martin Christoph Hierholzer authored
was already removed for the ScalarAccessor and is tested at least there
-
Martin Christoph Hierholzer authored
This reverts commit 4f2b35be. Was actually used and tested.
-
Martin Christoph Hierholzer authored
this was never really a problem, since it was always used with the BidirectionalProcessArray() which implements writeDestructively same as write
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
It already exists for ArrayAccessor::readAsync()...
-
Martin Christoph Hierholzer authored
transform logic_errors in doXxxTransferYyy that are already checked in the preXxx functions into asserts
-
- Apr 20, 2020
-
-
Martin Killenberg authored
-
-
Jens Georg authored
Fixes #153
-
- Apr 17, 2020
-
-
Martin Killenberg authored
Now the writing in the DeviceModule is working. Fixes #159
-
Martin Killenberg authored
-
- Apr 16, 2020
-
-
Jan H. K. Timm authored
-