diff options
author | michael-west <michael.west@ettus.com> | 2015-10-07 13:10:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-10 14:21:49 -0800 |
commit | f90b62f3871fb701a8d9cb7c91c1a7f3421fced9 (patch) | |
tree | 85d85ed9be444df4348e397bdaa707cfbb5d4597 /host/lib/usrp/b200/b200_impl.hpp | |
parent | 21df150ec873f15c4e85f9564b56586e3fe2afcf (diff) | |
download | uhd-f90b62f3871fb701a8d9cb7c91c1a7f3421fced9.tar.gz uhd-f90b62f3871fb701a8d9cb7c91c1a7f3421fced9.tar.bz2 uhd-f90b62f3871fb701a8d9cb7c91c1a7f3421fced9.zip |
B210: Add VITA time synchronization on internal signal
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 25fef7d4b..f052c55e6 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -167,6 +167,7 @@ private: uhd::usrp::subdev_spec_t coerce_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_subdev_spec(const std::string &tx_rx, const uhd::usrp::subdev_spec_t &); void update_time_source(const std::string &); + void sync_times(const uhd::time_spec_t&); void update_clock_source(const std::string &); void update_bandsel(const std::string& which, double freq); void update_antenna_sel(const size_t which, const std::string &ant); |