aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.hpp
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2015-10-14 11:57:15 -0700
committerMartin Braun <martin.braun@ettus.com>2015-12-10 14:21:49 -0800
commitc21c5ee6fe6c0e30ac803b308d74ec77317a456f (patch)
tree141d27b1a889b8c593a2ac6bb6e0ee5d60bdd462 /host/lib/usrp/x300/x300_impl.hpp
parentf90b62f3871fb701a8d9cb7c91c1a7f3421fced9 (diff)
downloaduhd-c21c5ee6fe6c0e30ac803b308d74ec77317a456f.tar.gz
uhd-c21c5ee6fe6c0e30ac803b308d74ec77317a456f.tar.bz2
uhd-c21c5ee6fe6c0e30ac803b308d74ec77317a456f.zip
E300/X300: Add VITA time synchronization on internal signal
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp
index 1630047af..67afa77ee 100644
--- a/host/lib/usrp/x300/x300_impl.hpp
+++ b/host/lib/usrp/x300/x300_impl.hpp
@@ -354,6 +354,7 @@ 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 sync_times(mboard_members_t&, const uhd::time_spec_t&);
uhd::sensor_value_t get_ref_locked(mboard_members_t& mb);
bool wait_for_clk_locked(mboard_members_t& mb, boost::uint32_t which, double timeout);