diff options
author | michael-west <michael.west@ettus.com> | 2014-09-25 15:46:52 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-25 17:12:14 -0700 |
commit | b765df3b1976f30a8b95f5a1ea482517a8000a80 (patch) | |
tree | 140547343209e14d49ed5aa88369e7d44c3f2298 /host/lib/usrp/x300/x300_impl.hpp | |
parent | d4f487af3fc04a4cd3685f454988f86650e2ef46 (diff) | |
download | uhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.tar.gz uhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.tar.bz2 uhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.zip |
x300: added reset and resync of ADCs and DACs when changing reference clock
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 578e96383..004f73f38 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -343,6 +343,8 @@ private: void set_time_source_out(mboard_members_t&, const bool); void update_clock_source(mboard_members_t&, const std::string &); void update_time_source(mboard_members_t&, const std::string &); + void reset_clocks(mboard_members_t&); + void reset_radios(mboard_members_t&); uhd::sensor_value_t get_ref_locked(uhd::wb_iface::sptr); void wait_for_ref_locked(uhd::wb_iface::sptr, double timeout = 0.0); |