diff options
author | Tom Rondeau | 2010-11-30 07:44:15 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-11-30 07:44:15 -0500 |
commit | ceb0c70b353be63b133e6ba830ea1882a2e0ea9d (patch) | |
tree | 182e2b0d8047fe39eb02a94ba767d592b850d016 /gr-uhd | |
parent | 1b179f0b381cbba224674db5678e542ce34a3d2a (diff) | |
download | gnuradio-ceb0c70b353be63b133e6ba830ea1882a2e0ea9d.tar.gz gnuradio-ceb0c70b353be63b133e6ba830ea1882a2e0ea9d.tar.bz2 gnuradio-ceb0c70b353be63b133e6ba830ea1882a2e0ea9d.zip |
Swapping out preset keys until I work out some of their issues.
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_source.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_source.cc b/gr-uhd/lib/uhd_single_usrp_source.cc index de4b5cc08..c33c8c0b0 100644 --- a/gr-uhd/lib/uhd_single_usrp_source.cc +++ b/gr-uhd/lib/uhd_single_usrp_source.cc @@ -162,7 +162,8 @@ public: pmt::pmt_t nsamp_val = pmt::mp((int)d_num_packet_samps); add_item_tag(0, nitems_written(0), - gr_tags::key_time, + //gr_tags::key_time, + pmt::pmt_string_to_symbol("time"), d_tstamp_pair, d_tag_srcid); add_item_tag(0, nitems_written(0), |