From 80dbdef7305da9028ba3747e79774dbb158a5d55 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 9 Oct 2011 20:28:48 -0700 Subject: b100: add reference lock sensor --- host/lib/usrp/b100/b100_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/b100/b100_impl.hpp') diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index c9acb17d4..5ec3dde7b 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -129,6 +130,7 @@ private: void enable_gpif(const bool); void clear_fpga_fifo(void); void handle_async_message(uhd::transport::managed_recv_buffer::sptr); + uhd::sensor_value_t get_ref_locked(void); }; #endif /* INCLUDED_b100_IMPL_HPP */ -- cgit v1.2.3