Skip to content
Snippets Groups Projects
  1. Jan 17, 2020
  2. Jan 16, 2020
  3. Aug 05, 2019
  4. Aug 02, 2019
    • Martin Killenberg's avatar
      started to solve shutdown issues: · b49a9990
      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.
      b49a9990
  5. Jul 26, 2019
  6. Jul 11, 2019
  7. May 22, 2019
  8. May 07, 2019
  9. May 02, 2019
  10. Apr 12, 2019
    • Jens Georg's avatar
      Fix infinite recursion in ExceptionHandlingDecorator · 1b8e0f42
      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
      1b8e0f42
  11. Mar 18, 2019
    • Martin Christoph Hierholzer's avatar
      - INTERFACE CHANGE: · ba496feb
      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.
      ba496feb
Loading