Skip to content
Snippets Groups Projects
  1. Sep 25, 2023
  2. Jul 07, 2023
  3. Jun 14, 2023
  4. Nov 08, 2022
  5. Aug 26, 2022
  6. Jun 15, 2022
    • Dietrich Rothe's avatar
      consistently update error status and message · 78981e49
      Dietrich Rothe authored
      Introduce StatusWithMessage and StatusWithMessageReader which handle this.
      It is used in DeviceModule error reporting.
      This is a preparation in order that we can report errors consistently to DOOCS, in DoocsAdapter
      
      make StatusAggregator use StatusWithMessage
      
      it should output always status code + string
      on the input side, connects to either status or status + string
      corresponding string input is found automatically
      NOTE: DeviceModule API change, the status output variables are
      renamed from (status, message) to (status, status_message)!
      
      update testing of DeviceModule outputs
      
      because of API change of DeviceModule  (renamed message ->
      status_message)
      
      fix crash and improve message and test
      
      - fix crash due to incorrect handling of cast to Derived
      - improve message output
      - make existing tests pass
      - add test for status message of StatusAggregator
      
      move StatusWithMessageReaderBase and Status def to ControlSystemAdapter
      
      since it is required from ApplicationCore as well as from the adapters
      78981e49
  7. Apr 25, 2022
  8. Aug 17, 2021
  9. Jul 20, 2021
  10. Jun 21, 2021
  11. Jun 04, 2021
    • Martin Christoph Hierholzer's avatar
    • Martin Killenberg's avatar
      ConnectingDeviceModule can now be used without trigger · e4b39b0b
      Martin Killenberg authored
      - testCircularDependencyFaultyFlags now uses modern AC without defining CS module and overriding defineConnections()
      
      # Please enter the commit message for your changes. Lines starting
      # with '#' will be ignored, and an empty message aborts the commit.
      #
      # On branch master
      # Your branch is up to date with 'origin/master'.
      #
      # Changes to be committed:
      #	modified:   include/DeviceModule.h
      #	modified:   src/DeviceModule.cc
      #	modified:   tests/executables_src/testCircularDependencyFaultyFlags.cc
      #
      # Untracked files:
      #	build-example-Desktop-Debug/
      #	build-example2-Desktop-Debug/
      #	build-example_status_monitor-Desktop-Debug/
      #	demoBidirectionalVariables/
      #	example2b/
      #	include/ApplicationModule_BACKUP_1938963.h
      #	include/ApplicationModule_BASE_1938963.h
      #	include/ApplicationModule_LOCAL_1938963.h
      #	include/ApplicationModule_REMOTE_1938963.h
      #	message.txt
      #	tests/testVirtualHierarchy.xlmap
      #
      e4b39b0b
  12. Jun 03, 2021
  13. May 25, 2021
  14. May 20, 2021
  15. Apr 28, 2021
  16. Aug 20, 2020
  17. Aug 04, 2020
  18. Jul 06, 2020
  19. Jul 02, 2020
  20. Jul 01, 2020
  21. Apr 17, 2020
  22. Apr 14, 2020
  23. Apr 09, 2020
  24. Apr 08, 2020
  25. Mar 11, 2020
Loading