diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-16 06:39:31 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-16 06:39:31 +0000 |
commit | 95568c8b30490f630a72b665b135c46549ee5882 (patch) | |
tree | 35d00a6ad0c7cc4fe1a8c2ea4e89b8e47e9e694a /host/lib/usrp/e100/e100_impl.hpp | |
parent | 075e6a9788856d6951df42349afef7816852ca68 (diff) | |
download | uhd-95568c8b30490f630a72b665b135c46549ee5882.tar.gz uhd-95568c8b30490f630a72b665b135c46549ee5882.tar.bz2 uhd-95568c8b30490f630a72b665b135c46549ee5882.zip |
e100: added self-cal support with minor speedups
Diffstat (limited to 'host/lib/usrp/e100/e100_impl.hpp')
-rw-r--r-- | host/lib/usrp/e100/e100_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp index f3e481b93..2ea890375 100644 --- a/host/lib/usrp/e100/e100_impl.hpp +++ b/host/lib/usrp/e100/e100_impl.hpp @@ -130,6 +130,8 @@ private: void update_clock_source(const std::string &); uhd::sensor_value_t get_ref_locked(void); void check_fpga_compat(void); + void set_rx_fe_corrections(const double); + void set_tx_fe_corrections(const double); }; |