Skip to content
Snippets Groups Projects
  1. Aug 26, 2022
  2. Aug 25, 2022
    • Martin Christoph Hierholzer's avatar
      project-template: increase DOT_GRAPH_MAX_NODES · e0182658
      Martin Christoph Hierholzer authored
      ApplicationCore was hitting the limit...
      e0182658
    • Martin Christoph Hierholzer's avatar
      7a7d6b9a
    • zenker's avatar
      Remove unused parameter · 9d53994c
      zenker authored
      9d53994c
    • zenker's avatar
      Improve Logging module · f5d9318d
      zenker authored
      * Create test case for testing multiple modules having the same.
      
      * Use message IDs to support modules with similar names.
      
      ToDo: Remove variable connections to CS like with MicroDAQ.
      
      * Use automatic connection via CS. Rebuild hierarchy in Logging module.
      
      * Put logging variables into a separate hierarchy level.
      
      * Let user write to alias via CS. Keep last message in the PV.
      
      Before the message was always cleared after writing it. Now a new log
      level is used to indicate the situation that write was called on the
      message PV without calling sendMessage - it happens if the owning module
      calls writeAll(). Now the last message of each sender is availble in the
      CS.
      
      * Add test with modified hierarchy.
      
      * Clang formaat applied.
      
      * Hide internal PVs. Use different internal tag to work with regex.
      f5d9318d
  3. Aug 24, 2022
  4. Aug 18, 2022
  5. Aug 11, 2022
  6. Aug 09, 2022
  7. Aug 08, 2022
    • Jens Georg's avatar
      Ignore files generated by CMake during configure · d7549655
      Jens Georg authored
      There are a couple of files in the CMakeFiles folder that will match the
      search patterns. This is problematic during package build, since debian
      builds in a subfolder of the source folder, so we hit those files and
      tests fail
      d7549655
  8. Aug 03, 2022
  9. Aug 02, 2022
    • Martin Killenberg's avatar
      Add VoidAccessor (#238) · 7b9db2d4
      Martin Killenberg authored
      The VoidAccessor comes along with the convenience classes VoidInput and VoidOutput,
      and the TestFacility function getVoid()
      7b9db2d4
  10. Aug 01, 2022
  11. Jul 28, 2022
  12. Jul 27, 2022
  13. Jun 29, 2022
  14. Jun 28, 2022
  15. Jun 20, 2022
  16. Jun 17, 2022
  17. 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
Loading