diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-23 13:51:31 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-24 10:26:53 -0700 |
commit | 7da9d688406db097f518b3eed2047fde60e1aa0e (patch) | |
tree | 953b75c41e695848386fadd4c19de708f18f9905 /gr-uhd/include | |
parent | 91ace5a39a171ec7367c4030a1739d2f709eaed6 (diff) |
uhd: tweaks + tested working tags implementation
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_sink.h | 2 | ||||
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_source.h | 2 |
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 df30a36682..c1fc3b09eb 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 432cbee152..f8ac9361e2 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") |