diff options
Diffstat (limited to 'gr-uhd/lib/uhd_multi_usrp_sink.h')
-rw-r--r-- | gr-uhd/lib/uhd_multi_usrp_sink.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_multi_usrp_sink.h b/gr-uhd/lib/uhd_multi_usrp_sink.h index 4866f2cbb..b15339eb7 100644 --- a/gr-uhd/lib/uhd_multi_usrp_sink.h +++ b/gr-uhd/lib/uhd_multi_usrp_sink.h @@ -167,6 +167,12 @@ public: virtual void set_time_unknown_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 multi usrp device object */ |