summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/throttle_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/throttle_impl.h')
-rw-r--r--gr-blocks/lib/throttle_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/lib/throttle_impl.h b/gr-blocks/lib/throttle_impl.h
index c5e43d7564..6afacbba5d 100644
--- a/gr-blocks/lib/throttle_impl.h
+++ b/gr-blocks/lib/throttle_impl.h
@@ -41,6 +41,9 @@ namespace gr {
throttle_impl(size_t itemsize, double samples_per_sec, bool ignore_tags=true);
~throttle_impl();
+ // Overloading gr::block::start to reset timer
+ bool start();
+
void setup_rpc();
void set_sample_rate(double rate);