From c2122833e25ffe6e8e6918874afe7a3c9a92bc87 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 27 Sep 2011 13:24:17 -0700 Subject: e100: added ref locked sensor for clock reference --- host/lib/usrp/e100/e100_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/e100/e100_impl.hpp') diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp index a15197545..99c8481e3 100644 --- a/host/lib/usrp/e100/e100_impl.hpp +++ b/host/lib/usrp/e100/e100_impl.hpp @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -124,6 +125,7 @@ private: void update_rx_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_tx_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_clock_source(const std::string &); + uhd::sensor_value_t get_ref_locked(void); }; -- cgit v1.2.3