diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:15:19 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:15:19 +0100 |
commit | ec11128445c00a8340b95dae6ed2d3ab5c7a5976 (patch) | |
tree | d1e135403dcb00e273e7aec13e022564135659ad /host/lib/usrp/b200/b200_impl.hpp | |
parent | 12aed42c4b472f84003736e85565caafd093a320 (diff) | |
download | uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.tar.gz uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.tar.bz2 uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.zip |
b200: Added lo_locked sensor
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 8f03d81ad..ab95ebce1 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -143,6 +143,7 @@ private: void update_bandsel(const std::string& which, double freq); void update_antenna_sel(const size_t which, const std::string &ant); uhd::sensor_value_t get_ref_locked(void); + uhd::sensor_value_t get_fe_pll_locked(const bool is_tx); //perifs in the radio core struct radio_perifs_t |