diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-09 20:28:48 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-10 17:42:26 -0700 |
commit | 80dbdef7305da9028ba3747e79774dbb158a5d55 (patch) | |
tree | 75d8bad7d823d79aa167e92e49251b399e7d3530 /host/lib/usrp/b100/clock_ctrl.hpp | |
parent | a2c19e5a54ac410b588dd4fc0445071475d56ef9 (diff) | |
download | uhd-80dbdef7305da9028ba3747e79774dbb158a5d55.tar.gz uhd-80dbdef7305da9028ba3747e79774dbb158a5d55.tar.bz2 uhd-80dbdef7305da9028ba3747e79774dbb158a5d55.zip |
b100: add reference lock sensor
Diffstat (limited to 'host/lib/usrp/b100/clock_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/b100/clock_ctrl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/clock_ctrl.hpp b/host/lib/usrp/b100/clock_ctrl.hpp index 68c24bdce..387892bf7 100644 --- a/host/lib/usrp/b100/clock_ctrl.hpp +++ b/host/lib/usrp/b100/clock_ctrl.hpp @@ -125,6 +125,9 @@ public: */ virtual void use_auto_ref(void) = 0; + //! Is the reference locked? + virtual bool get_locked(void) = 0; + }; #endif /* INCLUDED_B100_CLOCK_CTRL_HPP */ |