diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-29 15:30:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-29 15:30:02 -0700 |
commit | 6851718b6d9a97a8c9397a1548708c7075de98e4 (patch) | |
tree | 64ec9fd4a82987dd0635cca1fdc7270a3aa74b3f /gr-uhd/lib/uhd_simple_source.h | |
parent | 0abfa7d596265a2b7d54da1206979171a0891fb4 (diff) |
added swig includes and tune result return
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 98378d5186..27fa2c3824 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -39,7 +39,7 @@ public: void set_samp_rate(double rate); double get_samp_rate(void); - void set_center_freq(double freq); + uhd::tune_result_t set_center_freq(double freq); int work( int noutput_items, |