diff options
author | michael-west <michael.west@ettus.com> | 2018-12-17 13:35:15 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-17 14:23:46 -0800 |
commit | 255f50988113d7cf5f50617fb4ef595d4ed86f60 (patch) | |
tree | 5ac8d12136072ff98a29d5e730275f2c9e62bc67 /host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp | |
parent | d8c8cf3e5444c634a937391f4de60e28fac3603d (diff) | |
download | uhd-255f50988113d7cf5f50617fb4ef595d4ed86f60.tar.gz uhd-255f50988113d7cf5f50617fb4ef595d4ed86f60.tar.bz2 uhd-255f50988113d7cf5f50617fb4ef595d4ed86f60.zip |
E310: Fix initialization of antenna and frequency values
Diffstat (limited to 'host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp index b0804ba50..3d23efff0 100644 --- a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp +++ b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp @@ -43,6 +43,7 @@ public: * API calls ***********************************************************************/ double set_rate(double rate); + void set_tx_antenna(const std::string &ant, const size_t chan); void set_rx_antenna(const std::string &ant, const size_t chan); double set_tx_frequency(const double freq, const size_t chan); |