diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-27 13:24:17 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 09:27:44 -0700 |
commit | c2122833e25ffe6e8e6918874afe7a3c9a92bc87 (patch) | |
tree | 1821988d70d283a313a802718c1a5aa6ed5ce5cf /host/lib/usrp/e100/e100_impl.hpp | |
parent | 7d705122445aa27597de8a863051a7844014664b (diff) | |
download | uhd-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.hpp | 2 |
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); }; |