diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-01-22 14:15:34 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-01-22 14:15:34 -0800 |
commit | 1f44f06abad589d2244eecfcbca1618b4fcb3ffd (patch) | |
tree | ace8223ec045ab7d53a383d5e4805aa5deb00a80 /host/lib/usrp/e300/e300_network.cpp | |
parent | 9c3cdb6ee831f164e5a8734a71ad3cd5543719ac (diff) | |
download | uhd-1f44f06abad589d2244eecfcbca1618b4fcb3ffd.tar.gz uhd-1f44f06abad589d2244eecfcbca1618b4fcb3ffd.tar.bz2 uhd-1f44f06abad589d2244eecfcbca1618b4fcb3ffd.zip |
e300: UHD support for refclk disciplining using PPS.
- Only supported value for clk_source is internal
- time_source automatically changes the disciplining pulse source
- Added ref_locked sensor
Diffstat (limited to 'host/lib/usrp/e300/e300_network.cpp')
-rw-r--r-- | host/lib/usrp/e300/e300_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_network.cpp b/host/lib/usrp/e300/e300_network.cpp index 6d36d8681..a21c508fe 100644 --- a/host/lib/usrp/e300/e300_network.cpp +++ b/host/lib/usrp/e300/e300_network.cpp @@ -622,7 +622,7 @@ network_server_impl::network_server_impl(const uhd::device_addr_t &device_addr) // This is horrible ... why do I have to sleep here? boost::this_thread::sleep(boost::posix_time::milliseconds(100)); _sensor_manager = e300_sensor_manager::make_local( - gps::ublox::ubx::control::make("/dev/ttyPS1", 9600)); + gps::ublox::ubx::control::make("/dev/ttyPS1", 9600), _global_regs); } }}} // namespace |