From e56c2c75fb656fd0663303407415c728da7526e1 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 20 Jun 2012 13:15:01 -0700 Subject: uhd: added rx tagging for changes in sample rate and center freq --- gr-uhd/include/gr_uhd_usrp_source.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gr-uhd/include/gr_uhd_usrp_source.h') diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index 80d80bcb8..b5acabee4 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -60,11 +60,17 @@ class uhd_usrp_source; * * The following tag keys will be produced by the work function: * - pmt::pmt_string_to_symbol("rx_time") + * - pmt::pmt_string_to_symbol("rx_rate") + * - pmt::pmt_string_to_symbol("rx_freq") * * The timstamp tag value is a pmt tuple of the following: * (uint64 seconds, and double fractional seconds). * A timestamp tag is produced at start() and after overflows. * + * The sample rate and center frequency tags are doubles, + * representing the sample rate in Sps and frequency in Hz. + * These tags are produced upon the user changing parameters. + * * See the UHD manual for more detailed documentation: * http://code.ettus.com/redmine/ettus/projects/uhd/wiki * -- cgit