From 4e3a048576c02505fdac5d27feef0a3ebfabfaea Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Thu, 26 Apr 2012 14:53:14 -0700 Subject: gr-uhd: updated USRP Sink and USRP Source help messages --- gr-uhd/include/gr_uhd_usrp_sink.h | 2 +- gr-uhd/include/gr_uhd_usrp_source.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-uhd/include') diff --git a/gr-uhd/include/gr_uhd_usrp_sink.h b/gr-uhd/include/gr_uhd_usrp_sink.h index 0b05363f7..eaf60fb77 100644 --- a/gr-uhd/include/gr_uhd_usrp_sink.h +++ b/gr-uhd/include/gr_uhd_usrp_sink.h @@ -133,7 +133,7 @@ public: /*! * Returns identifying information about this USRP's configuration. * Returns motherboard ID, name, and serial. - * Returns daughterboard TX ID, subdev name, and serial. + * Returns daughterboard TX ID, subdev name and spec, serial, and antenna. * \param chan channel index 0 to N-1 * \return TX info */ diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index 2611c5e07..80d80bcb8 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -125,7 +125,7 @@ public: /*! * Returns identifying information about this USRP's configuration. * Returns motherboard ID, name, and serial. - * Returns daughterboard RX ID, subdev name, and serial. + * Returns daughterboard RX ID, subdev name and spec, serial, and antenna. * \param chan channel index 0 to N-1 * \return RX info */ -- cgit