From 00c70d7155e40e59c7635b5aecc2993ca3f4ae5e Mon Sep 17 00:00:00 2001 From: Nicolas Cuervo Date: Tue, 9 Aug 2016 18:29:08 -0700 Subject: Frontend corrections: Provide new function for RFNoC-based radio --- host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/x300/x300_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp index f2150a982..ff41096bd 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp @@ -152,8 +152,8 @@ private: void _check_adc(const boost::uint32_t val); - void set_rx_fe_corrections(const std::string &fe_name, const double lo_freq); - void set_tx_fe_corrections(const std::string &fe_name, const double lo_freq); + void set_rx_fe_corrections(const uhd::fs_path &db_path, const uhd::fs_path &rx_fe_corr_path, const double lo_freq); + void set_tx_fe_corrections(const uhd::fs_path &db_path, const uhd::fs_path &tx_fe_corr_path, const double lo_freq); private: // members enum radio_connection_t { PRIMARY, SECONDARY }; -- cgit v1.2.3