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