diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-05-11 10:31:43 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-05-11 10:31:43 -0700 |
commit | 53dc66140d29aff70ebcd12746e6ccf6bb17997c (patch) | |
tree | 15b08d4499b76327ffdf93cbf2b30b3587e5f839 /gr-uhd/lib/usrp_source_impl.h | |
parent | 493a19e2f88c265025ca5b3e6fc9ff82ee713ce1 (diff) | |
parent | 2aec2ff84b5b091d929dd03e3df688e850bdb57f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/lib/usrp_source_impl.h')
-rw-r--r-- | gr-uhd/lib/usrp_source_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/lib/usrp_source_impl.h b/gr-uhd/lib/usrp_source_impl.h index b43df4dab3..78a8341a5a 100644 --- a/gr-uhd/lib/usrp_source_impl.h +++ b/gr-uhd/lib/usrp_source_impl.h @@ -112,6 +112,7 @@ namespace gr { private: //! Like set_center_freq(), but uses _curr_freq and _curr_lo_offset ::uhd::tune_result_t _set_center_freq_from_internals(size_t chan); + void _cmd_handler_tag(const pmt::pmt_t &tag); #ifdef GR_UHD_USE_STREAM_API ::uhd::rx_streamer::sptr _rx_stream; |