diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-16 10:43:48 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:13 -0700 |
commit | ae9e89d76b2eb86a29995f04aaab1aa59ee93f04 (patch) | |
tree | 29b37a85c2779c9d3abca81028396f5e4cbdcebc /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | fe204a322ecbba4dd8b195987667651f0a1b7c80 (diff) | |
download | uhd-ae9e89d76b2eb86a29995f04aaab1aa59ee93f04.tar.gz uhd-ae9e89d76b2eb86a29995f04aaab1aa59ee93f04.tar.bz2 uhd-ae9e89d76b2eb86a29995f04aaab1aa59ee93f04.zip |
usrp: added get_tx/rx_rates
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 6f427c31e..ec313daf6 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -98,6 +98,8 @@ private: void update_tick_rate(const double rate); uhd::meta_range_t get_rx_dsp_freq_range(void); uhd::meta_range_t get_tx_dsp_freq_range(void); + uhd::meta_range_t get_rx_dsp_host_rates(void); + uhd::meta_range_t get_tx_dsp_host_rates(void); static uhd::usrp::dboard_iface::sptr make_dboard_iface( usrp1_iface::sptr, |