- 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
-
-
Martin Killenberg authored
-
tkozak authored
-
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 05, 2019
-
-
Martin Killenberg authored
-
- 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 26, 2019
-
-
Jens Georg authored
Otherwise it is impossible to shut-down the server if the device could not be opened at all or is in constant error state
-
- Jul 11, 2019
-
-
Jens Georg authored
Fixes #39
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 02, 2019
-
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
Test still does not work. -Unable to get the exception status for the device throwing exception. -Second device only works it has it's own trigger.
-
- Apr 12, 2019
-
-
Jens Georg authored
- Have a ZMQ push-type variable from a DOOCS-backed device that is NOT used as a trigger (otherwise the bug does not happen) - Connect that to an ScalarPushInput in an ApplicationModule - call readAnyGroup() from the ApplicationModule's main method => ReadAnyGroup.finalise() will cause an infinite recursion between ExceptionHandlingDecorator::doReadTransferAsync and TransferElement::readAsync because of wrong dispatching to the decorated type
-
- 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.
-