From 639539dc41241f1981e74e7eb7fe81d75e558007 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 30 May 2017 14:33:36 -0700 Subject: eiscat: Added RPC passing API --- host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp') 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 ***************************************************************************/ -- cgit v1.2.3