diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-30 14:33:36 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:58 -0800 |
commit | 639539dc41241f1981e74e7eb7fe81d75e558007 (patch) | |
tree | 415c26631267048298e180149754762145aa95c8 /host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | |
parent | 2b864696b729783a0248c800e0a5b18bd881509c (diff) | |
download | uhd-639539dc41241f1981e74e7eb7fe81d75e558007.tar.gz uhd-639539dc41241f1981e74e7eb7fe81d75e558007.tar.bz2 uhd-639539dc41241f1981e74e7eb7fe81d75e558007.zip |
eiscat: Added RPC passing API
Diffstat (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp index 2ea918491..ce5c4ca26 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp @@ -392,6 +392,13 @@ bool eiscat_radio_ctrl_impl::check_radio_config() return true; } +void eiscat_radio_ctrl_impl::set_rpc_client( + uhd::rpc_client::sptr rpcc, + const uhd::device_addr_t & /* block_args */ +) { + _rpcc = rpcc; +} + /**************************************************************************** * Internal methods ***************************************************************************/ |