aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/e100_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-27 13:24:17 -0700
committerJosh Blum <josh@joshknows.com>2011-09-28 09:27:44 -0700
commitc2122833e25ffe6e8e6918874afe7a3c9a92bc87 (patch)
tree1821988d70d283a313a802718c1a5aa6ed5ce5cf /host/lib/usrp/e100/e100_impl.hpp
parent7d705122445aa27597de8a863051a7844014664b (diff)
downloaduhd-c2122833e25ffe6e8e6918874afe7a3c9a92bc87.tar.gz
uhd-c2122833e25ffe6e8e6918874afe7a3c9a92bc87.tar.bz2
uhd-c2122833e25ffe6e8e6918874afe7a3c9a92bc87.zip
e100: added ref locked sensor for clock reference
Diffstat (limited to 'host/lib/usrp/e100/e100_impl.hpp')
-rw-r--r--host/lib/usrp/e100/e100_impl.hpp2
1 files changed, 2 insertions, 0 deletions
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 <uhd/usrp/subdev_spec.hpp>
#include <uhd/usrp/dboard_eeprom.hpp>
#include <uhd/usrp/mboard_eeprom.hpp>
+#include <uhd/types/sensors.hpp>
#include <uhd/types/otw_type.hpp>
#include <uhd/types/clock_config.hpp>
#include <uhd/types/stream_cmd.hpp>
@@ -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);
};