Skip to content

Refactoring (Sampling) CounterAcquisitionDevice

Linus Pithan requested to merge sampling_mode_refactoring into master

closes #748 (closed) and !1318 (closed)

  • the SamplingMode can now be configured per SamplingCounter instead of per SamplingCounterAcquisitionDevice
  • this merge request removes the TIME_AVERAGE mode of SamplingCounters
  • as pointed out by @homsrego in !1318 (closed) there were some inconsistencies in the AcquisitionDevice api concerning start_once and prepare_once which are also addressed here
Edited by Linus Pithan

Merge request reports