Skip to content

Update dumpfile

Bram Veenboer requested to merge update-dumpfile into master

Various changes to update the dumping of measurements to file:

  • Change PMT::Mark interface, replacing const char *name and unsigned tag by const std::string& message
  • Remove the unused first state argument in PMT::Dump
  • Make PMT::Mark virtual so that backends like PowerSensor3 can override it
  • Cleanup some variable names in PMT::StartThread

Merge request reports

Loading