Skip to content
Snippets Groups Projects
  1. Jun 17, 2022
  2. Jun 15, 2022
    • Martin Christoph Hierholzer's avatar
    • 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
    • Dietrich Rothe's avatar
      fix move operations for uninitialized VariableGroup · 70d24ad1
      Dietrich Rothe authored
      makes test move_invalid pass
      70d24ad1
    • Dietrich Rothe's avatar
      add test for move operations on uninitialized VariableGroups · 6720d547
      Dietrich Rothe authored
      it currently fails, showing an existing problem
      6720d547
  3. Apr 27, 2022
  4. Apr 26, 2022
  5. Apr 25, 2022
  6. Apr 21, 2022
  7. Apr 08, 2022
  8. Apr 05, 2022
  9. Apr 04, 2022
  10. Apr 01, 2022
  11. Mar 31, 2022
  12. Mar 30, 2022
  13. Mar 03, 2022
  14. Feb 08, 2022
  15. Feb 07, 2022
  16. Jan 28, 2022
  17. Jan 26, 2022
Loading