diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-06-15 19:21:55 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-06-22 18:00:26 -0700 |
commit | 8d2262f6b324c7a441956f2c4e805f79bd55c70b (patch) | |
tree | 14cc1bbf932ce6f88f6cb25f762deff1b4b8505d /host/lib/usrp/b200/b200_impl.hpp | |
parent | f28a52b652d4234aa88db7c2df80f8b4a6ce6535 (diff) | |
download | uhd-8d2262f6b324c7a441956f2c4e805f79bd55c70b.tar.gz uhd-8d2262f6b324c7a441956f2c4e805f79bd55c70b.tar.bz2 uhd-8d2262f6b324c7a441956f2c4e805f79bd55c70b.zip |
b200: Update DSPs after changing tick rate
Reviewed-By: Andrew Lynch <andrew.lynch@ni.com>
Reviewed-By: Michael West <michael.west@ettus.com>
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 22dd231ce..6c36e883d 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -263,6 +263,14 @@ private: void update_tick_rate(const double); + /*! Subscriber to the tick_rate property, updates DDCs after tick rate change. + */ + void update_rx_dsp_tick_rate(const double, rx_dsp_core_3000::sptr, uhd::fs_path rx_dsp_path); + + /*! Subscriber to the tick_rate property, updates DUCs after tick rate change. + */ + void update_tx_dsp_tick_rate(const double, tx_dsp_core_3000::sptr, uhd::fs_path tx_dsp_path); + /*! Check if \p tick_rate works with \p chan_count channels. * * Throws a uhd::value_error if not. |