summaryrefslogtreecommitdiff
path: root/gr-uhd/include/gr_uhd_usrp_source.h
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-01-13 16:05:02 -0500
committerTom Rondeau <trondeau@vt.edu>2013-01-13 16:05:02 -0500
commitcf5c930d89ac89ba5a0da4a616c88d3c37e018ae (patch)
tree7ceafab657e2cd36219a785c0439377e837536a6 /gr-uhd/include/gr_uhd_usrp_source.h
parente0d934763c3bfab7fdbff45f5cc3d3ef7af834ae (diff)
pmt: fixing a few files with older pmt naming style.
Diffstat (limited to 'gr-uhd/include/gr_uhd_usrp_source.h')
-rw-r--r--gr-uhd/include/gr_uhd_usrp_source.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h
index 1243ddcc2f..a56da6ab09 100644
--- a/gr-uhd/include/gr_uhd_usrp_source.h
+++ b/gr-uhd/include/gr_uhd_usrp_source.h
@@ -59,9 +59,9 @@ class uhd_usrp_source;
* RX Stream tagging:
*
* 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")
+ * - pmt::string_to_symbol("rx_time")
+ * - pmt::string_to_symbol("rx_rate")
+ * - pmt::string_to_symbol("rx_freq")
*
* The timstamp tag value is a pmt tuple of the following:
* (uint64 seconds, and double fractional seconds).
@@ -94,7 +94,7 @@ GR_UHD_API boost::shared_ptr<uhd_usrp_source> uhd_make_usrp_source(
* RX Stream tagging:
*
* The following tag keys will be produced by the work function:
- * - pmt::pmt_string_to_symbol("rx_time")
+ * - pmt::string_to_symbol("rx_time")
*
* The timstamp tag value is a pmt tuple of the following:
* (uint64 seconds, and double fractional seconds).