Skip to content

Commit

Permalink
GSI/FAIR device nomen helper functions
Browse files Browse the repository at this point in the history
 * device name to human-readable info conversion
   * based on: https://www-acc.gsi.de/wiki/pub/Accnomen/WebHome/acc-nomen.pdf
 * added mock-generator functions to populate DNS table structure for further mock-UI unit-tests
 * fixed some minor C++23 bug for the c-API wrapper

Signed-off-by: Ralph J. Steinhagen <[email protected]>
  • Loading branch information
RalphSteinhagen committed Jun 23, 2024
1 parent 4a10a20 commit 3d99a1f
Show file tree
Hide file tree
Showing 5 changed files with 1,372 additions and 71 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.12)

project(opendigitizer CXX)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

set(EMCMAKE_COMMAND
"emcmake"
Expand Down
Loading

0 comments on commit 3d99a1f

Please sign in to comment.