- Jun 16, 2020
-
-
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
-
- Apr 15, 2020
-
-
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
-
Jens Georg authored
Fixes #151
-
Jan H. K. Timm authored
TODO doGenericPostAction DONE all the rest does not compile, due to missing overrides
-
- Apr 14, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
allows to control whether to wait for device recoveries in stepApplication
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
ScalarPollInput and ArrayPollInput: Removed doReadTransfer, which does not make sense in the interface
-
- 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.
-
Christoph Kampmeyer authored
Replaces calls to doXxxTransferYyy of the TransferElement by the corresponding xxxTransferYyy call
-
- Apr 08, 2020
-
-
Jens Georg authored
Fixes #144
-
- Mar 23, 2020
-
-
Martin Christoph Hierholzer authored
fix not using a ConsumingFanOut when connecting the two poll-types each with a push-type variable (e.g. control system) this happens frequently when following the modern connectTo() logic and connecting everything with the control system.
-
- 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
-
- Mar 09, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Mar 06, 2020
-
-
Jens Georg authored
-