summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_single_usrp_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_sink.h')
-rw-r--r--gr-uhd/lib/uhd_single_usrp_sink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_sink.h b/gr-uhd/lib/uhd_single_usrp_sink.h
index 4929d0f13..23342570d 100644
--- a/gr-uhd/lib/uhd_single_usrp_sink.h
+++ b/gr-uhd/lib/uhd_single_usrp_sink.h
@@ -165,6 +165,12 @@ public:
virtual void set_time_next_pps(const uhd::time_spec_t &time_spec) = 0;
/*!
+ * Get access to the underlying uhd dboard iface object.
+ * \return the dboard_iface object
+ */
+ virtual uhd::usrp::dboard_iface::sptr get_dboard_iface(size_t chan) = 0;
+
+ /*!
* Get access to the underlying uhd device object.
* \return the single usrp device object
*/