aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-10 17:44:41 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-10 17:44:41 -0700
commit5859c010a78aa321e421828fb2861de5b37f41bd (patch)
tree179eb4d921acfb6cc7f79be800fa2241aa017063 /host
parent6dc45f293f62021425cfa63640406450358b2ed9 (diff)
downloaduhd-5859c010a78aa321e421828fb2861de5b37f41bd.tar.gz
uhd-5859c010a78aa321e421828fb2861de5b37f41bd.tar.bz2
uhd-5859c010a78aa321e421828fb2861de5b37f41bd.zip
multi_usrp: Removed RFNoC-specific API call
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/usrp/multi_usrp.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp
index f11c382b4..8c50178eb 100644
--- a/host/include/uhd/usrp/multi_usrp.hpp
+++ b/host/include/uhd/usrp/multi_usrp.hpp
@@ -35,7 +35,6 @@
#include <uhd/config.hpp>
#include <uhd/device.hpp>
-#include <uhd/device3.hpp>
#include <uhd/deprecated.hpp>
#include <uhd/types/ranges.hpp>
#include <uhd/types/stream_cmd.hpp>
@@ -131,20 +130,6 @@ public:
*/
virtual device::sptr get_device(void) = 0;
- /*! Returns true if this is a generation-3 device.
- */
- virtual bool is_device3(void) = 0;
-
- /*!
- * Get the underlying device3 object. Only works for generation-3 (or later) devices.
- *
- * This is needed to get access to the streaming API and properties.
- *
- * \return The uhd::device3 object for this USRP.
- * \throws uhd::type_error if this device is not actually a generation-3 device.
- */
- virtual device3::sptr get_device3(void) = 0;
-
//! Convenience method to get a RX streamer. See also uhd::device::get_rx_stream().
virtual rx_streamer::sptr get_rx_stream(const stream_args_t &args) = 0;