summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/usrp_source_impl.h
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2016-05-02 18:02:18 -0400
committerNathan West <nathan.west@okstate.edu>2016-05-02 18:02:18 -0400
commitf19ccc8159ee9e17eb22990dfb5834c8e6a99509 (patch)
treeb552ab7b6f58e782574a80cbd5f8b13f5ddc1039 /gr-uhd/lib/usrp_source_impl.h
parent6aa995a5477feea1b6f9ef1f49c3045c25d147b1 (diff)
uhd: add command handler to add a time tag
Diffstat (limited to 'gr-uhd/lib/usrp_source_impl.h')
-rw-r--r--gr-uhd/lib/usrp_source_impl.h1
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;