diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-16 19:43:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-16 19:43:08 -0700 |
commit | b5c1edfd488ccdd8a2c6ff5a2efb3de35a048d67 (patch) | |
tree | f5cbdb36c04471085855e8733bb1297eb6d77c0c /gr-uhd/lib/uhd_simple_source.h | |
parent | d43d40813c1a8343a86abb231876a8b7c0e9f806 (diff) |
added set center freq call
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 0ddf9d5633..cfab8b7a48 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.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, |