summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_simple_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/uhd_simple_sink.h')
-rw-r--r--gr-uhd/lib/uhd_simple_sink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_simple_sink.h b/gr-uhd/lib/uhd_simple_sink.h
index 301cdd24f..28965d870 100644
--- a/gr-uhd/lib/uhd_simple_sink.h
+++ b/gr-uhd/lib/uhd_simple_sink.h
@@ -39,6 +39,8 @@ public:
void set_samp_rate(double rate);
double get_samp_rate(void);
+ void set_center_freq(double freq);
+
int work(
int noutput_items,
gr_vector_const_void_star &input_items,