diff options
author | Johnathan Corgan | 2012-04-05 11:47:01 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-04-05 11:47:01 -0700 |
commit | 99ebcc1c3ff453ea10e934ef1904b42821d589f1 (patch) | |
tree | ea9e910e71470a03f57b9418d948713932457651 /gr-uhd/include | |
parent | c662d1c1625b1dbd0aa5d6345da60b985879460e (diff) | |
parent | a69f26230680fa177c53cf75a3a5c6f469b8afb3 (diff) | |
download | gnuradio-99ebcc1c3ff453ea10e934ef1904b42821d589f1.tar.gz gnuradio-99ebcc1c3ff453ea10e934ef1904b42821d589f1.tar.bz2 gnuradio-99ebcc1c3ff453ea10e934ef1904b42821d589f1.zip |
Merge remote branch 'ncorgan/gr-uhd_swig'
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 fff567438..dffdf810f 100644 --- a/gr-uhd/include/gr_uhd_usrp_sink.h +++ b/gr-uhd/include/gr_uhd_usrp_sink.h @@ -137,7 +137,7 @@ public: * \param chan channel index 0 to N-1 * \return TX info */ - virtual uhd::dict<std::string, std::string> get_usrp_tx_info(size_t chan = 0) = 0; + virtual uhd::dict<std::string, std::string> get_usrp_info(size_t chan = 0) = 0; /*! * Set the frontend specification. diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index 0dde4b194..64e9fb098 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -129,7 +129,7 @@ public: * \param chan channel index 0 to N-1 * \return RX info */ - virtual uhd::dict<std::string, std::string> get_usrp_rx_info(size_t chan = 0) = 0; + virtual uhd::dict<std::string, std::string> get_usrp_info(size_t chan = 0) = 0; /*! * Set the frontend specification. |