diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-01 11:44:42 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-01 11:44:42 -0500 |
commit | ceb1c3496fd69cbff37a12e634c8baf7fc38f581 (patch) | |
tree | ad0460a13265918aaa2a7a28b3642999eebe86b1 /gr-blocks/lib/throttle_impl.h | |
parent | 95f38c65bbdf1b1464999e7aa3275b3492dee3ac (diff) |
ctrlport: readding setup_rpc to throttle block that got lost in the transition.
Diffstat (limited to 'gr-blocks/lib/throttle_impl.h')
-rw-r--r-- | gr-blocks/lib/throttle_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/throttle_impl.h b/gr-blocks/lib/throttle_impl.h index 86dbef2ac9..2f2cdf108b 100644 --- a/gr-blocks/lib/throttle_impl.h +++ b/gr-blocks/lib/throttle_impl.h @@ -40,6 +40,8 @@ namespace gr { throttle_impl(size_t itemsize, double samples_per_sec); ~throttle_impl(); + void setup_rpc(); + void set_sample_rate(double rate); double sample_rate() const; |