summaryrefslogtreecommitdiff
path: root/src/thrower.cxx
blob: 9369ab99a1d05878abb1f69ef3fd6016815f0b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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();
  }