diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:25:10 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:25:10 +0100 |
commit | 39d3818a16ca2317ac64118acf5b59696a8723ca (patch) | |
tree | 99138c68294ea24bf74348d2173301d9ad4d8fbf /host/lib/usrp/b200/b200_impl.hpp | |
parent | 2f3f4b18cd18df85c5a5d381b1a331f6c0ebee82 (diff) | |
parent | ec11128445c00a8340b95dae6ed2d3ab5c7a5976 (diff) | |
download | uhd-39d3818a16ca2317ac64118acf5b59696a8723ca.tar.gz uhd-39d3818a16ca2317ac64118acf5b59696a8723ca.tar.bz2 uhd-39d3818a16ca2317ac64118acf5b59696a8723ca.zip |
Merge branch 'maint'
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 71592f60b..64d7aa7d0 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -149,6 +149,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 |