Skip to content
Snippets Groups Projects
  1. Apr 09, 2020
  2. Mar 12, 2020
  3. Mar 11, 2020
  4. Feb 27, 2020
  5. Jan 29, 2020
  6. Jan 23, 2020
  7. Jan 22, 2020
  8. Jan 21, 2020
  9. Jan 20, 2020
  10. Jan 17, 2020
  11. Jan 16, 2020
  12. Jan 15, 2020
  13. Aug 05, 2019
  14. 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
  15. Jul 26, 2019
  16. Jul 11, 2019
  17. May 22, 2019
  18. May 07, 2019
  19. May 02, 2019
  20. 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
  21. 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