Skip to content
Snippets Groups Projects
  1. Jan 16, 2020
    • vargheseg's avatar
      genericTransfer: disable data invalidation · 8e820037
      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.
      8e820037
  2. 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
  3. Jul 11, 2019
  4. May 22, 2019
  5. 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