summaryrefslogtreecommitdiff
path: root/src/thrower.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/thrower.cxx')
-rw-r--r--src/thrower.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/thrower.cxx b/src/thrower.cxx
new file mode 100644
index 0000000..9369ab9
--- /dev/null
+++ b/src/thrower.cxx
@@ -0,0 +1,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();
+ }