Skip to content
Snippets Groups Projects
  1. Jan 23, 2020
  2. Jan 21, 2020
  3. Jan 20, 2020
  4. Jan 17, 2020
  5. Jan 16, 2020
    • Christoph Kampmeyer's avatar
      ExceptionHandlingDecorator: · ac0ca012
      Christoph Kampmeyer authored
        - Cleanup:
      
          - Reorder code in Application::createDeviceVariable
          - Separated ExceptionHandlingDecorator constructors for writable and
            non-writable registers
          - cleaned up doPreWrite
      ac0ca012
    • 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
  6. Jan 15, 2020
  7. 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
  8. Jul 11, 2019
  9. May 22, 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
Loading