Skip to content
Snippets Groups Projects
  1. Sep 21, 2023
  2. Nov 08, 2022
  3. Aug 26, 2022
  4. Aug 11, 2020
  5. Aug 04, 2020
    • Martin Killenberg's avatar
      Fixed ExceptionHandlingDecorator · fb2a67f6
      Martin Killenberg authored
      - Version number in exception case is always the same.
      - Remembers that it has reported an exception so a readLatest() after recovery does not switch the data validity back to ok if there was no new data.
      fb2a67f6
  6. Jul 06, 2020
  7. Jul 02, 2020
  8. Jul 01, 2020
  9. Jun 29, 2020
  10. Jun 18, 2020
  11. Jun 16, 2020
  12. Jun 15, 2020
  13. Apr 21, 2020
  14. Apr 17, 2020
  15. Apr 16, 2020
  16. Apr 15, 2020
  17. Apr 14, 2020
  18. Mar 12, 2020
  19. Mar 11, 2020
  20. Jan 23, 2020
  21. Jan 21, 2020
  22. Jan 20, 2020
  23. Jan 17, 2020
  24. 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
  25. Jan 15, 2020
  26. 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
Loading