Skip to content

Remove measure function

Bram Veenboer requested to merge misc-cleanup into master

The PMT::measure function is a wrapper around the PMT::read function that prevents calling read() when the dump thread is stopped. This is a ugly hack, that needs to be removed. As a first step, the measure function is removed.

Merge request reports