Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
  2. Oct 01, 2024
  3. Sep 27, 2024
  4. Aug 26, 2024
  5. Aug 13, 2024
    • Dietrich Rothe's avatar
      feat: negated tags · 223f843b
      Dietrich Rothe authored and Dietrich Rothe's avatar Dietrich Rothe committed
      "!sometag" is a negated tag which annihilates with "sometag"
      negated tags can be added like normal tags, and are used to remove their counterparts
      223f843b
  6. May 15, 2024
  7. Sep 25, 2023
  8. Sep 21, 2023
  9. Nov 08, 2022
  10. Aug 26, 2022
  11. 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
  12. Feb 22, 2019
  13. Feb 21, 2019
  14. Jan 04, 2019
  15. Jul 20, 2018
  16. Nov 20, 2017
  17. Oct 12, 2017
  18. Oct 11, 2017
  19. Sep 28, 2017
Loading