Skip to content
Snippets Groups Projects
  1. Aug 26, 2022
  2. 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
  3. Apr 25, 2022
  4. Aug 17, 2021
  5. Jul 20, 2021
  6. Jun 21, 2021
  7. 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
  8. Jun 03, 2021
  9. May 25, 2021
  10. May 20, 2021
  11. Apr 28, 2021
  12. Aug 20, 2020
  13. Aug 04, 2020
  14. Jul 06, 2020
  15. Jul 02, 2020
  16. Jul 01, 2020
  17. Apr 17, 2020
  18. Apr 14, 2020
  19. Apr 09, 2020
  20. Apr 08, 2020
  21. Mar 11, 2020
  22. Mar 09, 2020
  23. Mar 02, 2020
  24. Feb 27, 2020
  25. Jan 23, 2020
  26. Jan 22, 2020
  27. Jan 21, 2020
  28. Jan 20, 2020
    • Jan H. K. Timm's avatar
      DeviceModul · 9876a8b5
      Jan H. K. Timm authored
      	Ticket #79
      	- documentation for addRecoveryAccessor() and getRecoverySharedMutex()
      9876a8b5
  29. Jan 17, 2020
  30. Jan 13, 2020
Loading