diff options
author | michael-west <michael.west@ettus.com> | 2015-10-15 13:44:00 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-10 14:21:49 -0800 |
commit | b9b83502771e5caa60fb336441fb0d5ed3fe9f1a (patch) | |
tree | 0e0e6a4b5d2fa9224007d5862fab5b95856089df /host/lib/usrp/e300/e300_impl.hpp | |
parent | c1e6da087946b522018996267441b8555791dabd (diff) | |
download | uhd-b9b83502771e5caa60fb336441fb0d5ed3fe9f1a.tar.gz uhd-b9b83502771e5caa60fb336441fb0d5ed3fe9f1a.tar.bz2 uhd-b9b83502771e5caa60fb336441fb0d5ed3fe9f1a.zip |
B200/E300: Set time sync on clock rate change to current time of first radio
Diffstat (limited to 'host/lib/usrp/e300/e300_impl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_impl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_impl.hpp b/host/lib/usrp/e300/e300_impl.hpp index 1f20726ea..764059c1b 100644 --- a/host/lib/usrp/e300/e300_impl.hpp +++ b/host/lib/usrp/e300/e300_impl.hpp @@ -260,7 +260,8 @@ private: // methods void _update_time_source(const std::string &source); void _update_clock_source(const std::string &); - void _sync_times(const uhd::time_spec_t&); + void _set_time(const uhd::time_spec_t&); + void _sync_times(void); void _update_subdev_spec( const std::string &txrx, |