Skip to content

use template argument for identifier type in Measurement

Christian Gumpert requested to merge Measurement_Identifier into master
  • reduces the dependency between EventData and Core
  • allows the usage of different identifiers for different types of measurements
  • simplifies the usage for the user (no need to provide separate header file and overwrite compiler macro)

Merge request reports