From 3e10b9ed77fdeee88b8f72442058169afa13d439 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 4 May 2018 16:35:20 -0700 Subject: dboard_iface: Add has_set_fe_connection() method --- host/include/uhd/usrp/dboard_iface.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp index a6a8966b3..60b1954fc 100644 --- a/host/include/uhd/usrp/dboard_iface.hpp +++ b/host/include/uhd/usrp/dboard_iface.hpp @@ -276,6 +276,10 @@ public: const uhd::usrp::fe_connection_t& fe_conn ) = 0; + /*! Returns the true if set_fe_connection() is implemented on this dboard_iface + */ + virtual bool has_set_fe_connection(const unit_t) { return false; } + /*! * Get the command time. * \return the command time -- cgit v1.2.3