Skip to content
Snippets Groups Projects
  1. Aug 26, 2022
  2. Aug 02, 2022
  3. 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
  4. Apr 08, 2022
  5. Apr 05, 2022
  6. Oct 05, 2021
  7. Jul 21, 2021
  8. Jul 20, 2021
  9. Jun 14, 2021
  10. Jun 11, 2021
  11. Jun 09, 2021
  12. Jun 08, 2021
  13. Jun 02, 2021
  14. May 21, 2021
  15. May 20, 2021
  16. Apr 30, 2021
  17. Apr 28, 2021
  18. Apr 16, 2021
  19. Nov 23, 2020
  20. Oct 22, 2020
  21. Sep 08, 2020
  22. Aug 27, 2020
  23. Aug 26, 2020
  24. Aug 13, 2020
  25. Aug 03, 2020
Loading