Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
  2. Oct 10, 2022
  3. Sep 26, 2022
  4. Sep 22, 2022
    • Tomasz Kozak's avatar
      Modernise example template project (#8360) · 58916607
      Tomasz Kozak authored
      	- change structure of the project, unify CMakeLists.txt, rename files.
      	- remove defineConnections overloading, use ctk::ConnectingDeviceModule instead of ctk::DeviceModule
      	- add option to pass name of application in the constructor
      58916607
  5. Sep 12, 2022
  6. Aug 26, 2022
  7. 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
  8. Aug 24, 2022
Loading