diff options
author | Josh Blum | 2012-09-29 20:43:40 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-09-29 21:47:22 -0700 |
commit | 3795a17b08404ff7ce5958afe1585b6b2ba561d7 (patch) | |
tree | 784d8741746739363504556faab1d700b77f1c40 /gr-uhd/swig | |
parent | 2abda17d8ed2794ff5b4bc0d9f61d30d8ffac651 (diff) | |
download | gnuradio-3795a17b08404ff7ce5958afe1585b6b2ba561d7.tar.gz gnuradio-3795a17b08404ff7ce5958afe1585b6b2ba561d7.tar.bz2 gnuradio-3795a17b08404ff7ce5958afe1585b6b2ba561d7.zip |
uhd: provide source block hook for issue stream cmd
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 513c1da7e..99258c0f5 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -76,6 +76,8 @@ %include <uhd/types/time_spec.hpp> +%include <uhd/types/stream_cmd.hpp> + %include <uhd/types/clock_config.hpp> %include <uhd/types/metadata.hpp> |