- Jan 17, 2020
-
-
Tomasz Kozak authored
-
Tomasz Kozak authored
- remove "void ExceptionHandlingDecorator::setDataValidity(DataValidity newValidity)" - add "void ExceptionHandlingDecorator::setOwner(EntityOwner* owner)" and remove owner setting in constructor
-
Tomasz Kozak authored
-
- Jan 16, 2020
-
-
vargheseg authored
- New flag parameter for ExceptionHandlingDecorator::genericTransfer. Method does not invalidate data if flag invalidateOnFailure is set to false. - Write related methods in ExceptionHandlingDecorator set invalidateOnFailure flag to false Changes resolve ticket #57.
-
- 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.
-
- Jul 11, 2019
-
-
Jens Georg authored
Fixes #39
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Mar 18, 2019
-
-
Martin Christoph Hierholzer authored
DeviceModule and ControlSystemModule now do not take the optional prefix argument in their constructors any more. Use the [] operator instead to get the submodule. - Add ExceptionHandlingDecorator and decorate all device variables with it.
-