diff options
author | Josh Blum | 2010-10-25 16:22:05 -0700 |
---|---|---|
committer | Josh Blum | 2010-10-25 16:22:05 -0700 |
commit | 5a2de999da86d48cd7f005d08cc48965cb8c7a65 (patch) | |
tree | cc46fb2e2a024146133bb81308203a69bd603619 /gr-uhd/swig | |
parent | df9a3f3bad0942fe0d6ec45dd02eec62544d02be (diff) | |
download | gnuradio-5a2de999da86d48cd7f005d08cc48965cb8c7a65.tar.gz gnuradio-5a2de999da86d48cd7f005d08cc48965cb8c7a65.tar.bz2 gnuradio-5a2de999da86d48cd7f005d08cc48965cb8c7a65.zip |
uhd: move tune functions to tune_request and provide wrapper for simple case
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 5b3b52472..d332bb617 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -69,6 +69,7 @@ namespace std { //////////////////////////////////////////////////////////////////////// %include <uhd/config.hpp> %include <uhd/types/ranges.hpp> +%include <uhd/types/tune_request.hpp> %include <uhd/types/tune_result.hpp> %include <uhd/types/io_type.hpp> %include <uhd/types/time_spec.hpp> |