aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-09 20:28:48 -0700
committerJosh Blum <josh@joshknows.com>2011-10-10 17:42:26 -0700
commit80dbdef7305da9028ba3747e79774dbb158a5d55 (patch)
tree75d8bad7d823d79aa167e92e49251b399e7d3530 /host/lib/usrp/b100/b100_impl.hpp
parenta2c19e5a54ac410b588dd4fc0445071475d56ef9 (diff)
downloaduhd-80dbdef7305da9028ba3747e79774dbb158a5d55.tar.gz
uhd-80dbdef7305da9028ba3747e79774dbb158a5d55.tar.bz2
uhd-80dbdef7305da9028ba3747e79774dbb158a5d55.zip
b100: add reference lock sensor
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.hpp2
1 files changed, 2 insertions, 0 deletions
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 <uhd/utils/pimpl.hpp>
#include <uhd/types/dict.hpp>
#include <uhd/types/otw_type.hpp>
+#include <uhd/types/sensors.hpp>
#include <uhd/types/clock_config.hpp>
#include <uhd/types/stream_cmd.hpp>
#include <uhd/usrp/mboard_eeprom.hpp>
@@ -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 */