aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-11-11 16:06:50 -0800
committerJosh Blum <josh@joshknows.com>2011-11-11 16:06:50 -0800
commit88e02e0d55f7a80180402c7c86132d22a43ec551 (patch)
tree1fa3ac60ec825c31d77610e979210853f9c7d168 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent3e4f64188bec333d8884a3849ec2377165b0017c (diff)
downloaduhd-88e02e0d55f7a80180402c7c86132d22a43ec551.tar.gz
uhd-88e02e0d55f7a80180402c7c86132d22a43ec551.tar.bz2
uhd-88e02e0d55f7a80180402c7c86132d22a43ec551.zip
uhd: created rx IQ imbalance app to parallel tx
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 74ef3d460..278dc713e 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -106,7 +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);
+ void set_rx_fe_corrections(const std::string &mb, const double);
+ void set_tx_fe_corrections(const std::string &mb, const double);
//device properties interface
uhd::property_tree::sptr get_tree(void) const{