Skip to content
Snippets Groups Projects
  1. May 06, 2019
  2. May 02, 2019
  3. May 01, 2019
  4. Apr 29, 2019
  5. Apr 26, 2019
  6. 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
  7. Apr 02, 2019
  8. Mar 20, 2019
  9. Mar 19, 2019
  10. 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
  11. Mar 11, 2019
  12. Mar 08, 2019
  13. Feb 28, 2019
  14. Feb 27, 2019
  15. Feb 22, 2019
  16. Feb 21, 2019
Loading