summaryrefslogtreecommitdiff
path: root/gr-uhd/include
diff options
context:
space:
mode:
authorJosh Blum2011-09-23 13:51:31 -0700
committerJosh Blum2011-09-24 10:26:53 -0700
commit7da9d688406db097f518b3eed2047fde60e1aa0e (patch)
tree953b75c41e695848386fadd4c19de708f18f9905 /gr-uhd/include
parent91ace5a39a171ec7367c4030a1739d2f709eaed6 (diff)
downloadgnuradio-7da9d688406db097f518b3eed2047fde60e1aa0e.tar.gz
gnuradio-7da9d688406db097f518b3eed2047fde60e1aa0e.tar.bz2
gnuradio-7da9d688406db097f518b3eed2047fde60e1aa0e.zip
uhd: tweaks + tested working tags implementation
Diffstat (limited to 'gr-uhd/include')
-rw-r--r--gr-uhd/include/gr_uhd_usrp_sink.h2
-rw-r--r--gr-uhd/include/gr_uhd_usrp_source.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_sink.h b/gr-uhd/include/gr_uhd_usrp_sink.h
index df30a3668..c1fc3b09e 100644
--- a/gr-uhd/include/gr_uhd_usrp_sink.h
+++ b/gr-uhd/include/gr_uhd_usrp_sink.h
@@ -34,7 +34,7 @@ class uhd_usrp_sink;
* The USRP sink block reads a stream and transmits the samples.
* The sink block also provides API calls for transmitter settings.
*
- * Stream tagging:
+ * TX Stream tagging:
*
* The following tag keys will be consumed by the work function:
* - pmt::pmt_string_to_symbol("tx_sob")
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h
index 432cbee15..f8ac9361e 100644
--- a/gr-uhd/include/gr_uhd_usrp_source.h
+++ b/gr-uhd/include/gr_uhd_usrp_source.h
@@ -34,7 +34,7 @@ class uhd_usrp_source;
* The USRP source block receives samples and writes to a stream.
* The source block also provides API calls for receiver settings.
*
- * Stream tagging:
+ * RX Stream tagging:
*
* The following tag keys will be produced by the work function:
* - pmt::pmt_string_to_symbol("rx_time")