diff options
author | Jason Abele | 2011-01-21 19:24:33 -0800 |
---|---|---|
committer | Josh Blum | 2011-02-08 14:58:49 -0800 |
commit | 8afa393725c2bfda7c341b7202acfa40cc3245d2 (patch) | |
tree | ec65a598b6a360a2c1bf567dc4c0d64b63245c85 /gr-uhd/lib/uhd_multi_usrp_source.h | |
parent | 26fc07eac6a3029e2d7361b1502f69e7592e708b (diff) | |
download | gnuradio-8afa393725c2bfda7c341b7202acfa40cc3245d2.tar.gz gnuradio-8afa393725c2bfda7c341b7202acfa40cc3245d2.tar.bz2 gnuradio-8afa393725c2bfda7c341b7202acfa40cc3245d2.zip |
Added first pass at swigging dboard iface
Diffstat (limited to 'gr-uhd/lib/uhd_multi_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_multi_usrp_source.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_multi_usrp_source.h b/gr-uhd/lib/uhd_multi_usrp_source.h index 9cbec52aa..0f26c9457 100644 --- a/gr-uhd/lib/uhd_multi_usrp_source.h +++ b/gr-uhd/lib/uhd_multi_usrp_source.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 */ |