#include "thrower.h" void thrower::newReading(const double rp0, const double ip0, const double rp1, const double ip1) { emit _newReading(rp0, ip0, rp1, ip1); } void thrower::flush() { emit _flush(); }