diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-10 20:22:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-10 20:22:54 -0800 |
commit | 8459432067055759bd1d9b04f0e7943f1cf35d2d (patch) | |
tree | b647f54fa9ccbbcd289acc21a8806e940b7a9c4b /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 3cb60c974fff6779396294fd456904d1f6addd71 (diff) | |
download | uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.tar.gz uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.tar.bz2 uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.zip |
usrp: basically working iq cal on tx
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 535397d84..74ef3d460 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -106,6 +106,8 @@ private: uhd::sensor_value_t get_mimo_locked(const std::string &); uhd::sensor_value_t get_ref_locked(const std::string &); + void set_tx_fe_corrections(const std::string &mb, const double tx_lo_freq); + //device properties interface uhd::property_tree::sptr get_tree(void) const{ return _tree; |