From 041264b4c46543fcd1a3321017249c1183afa452 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 1 Aug 2016 14:36:07 -0700 Subject: ad936x: Loopback check now takes peeker/poker functors instead of assuming any kind of interface --- host/lib/usrp/common/ad936x_manager.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'host/lib/usrp/common/ad936x_manager.hpp') diff --git a/host/lib/usrp/common/ad936x_manager.hpp b/host/lib/usrp/common/ad936x_manager.hpp index 9b4a351c6..c456715e3 100644 --- a/host/lib/usrp/common/ad936x_manager.hpp +++ b/host/lib/usrp/common/ad936x_manager.hpp @@ -80,9 +80,8 @@ public: * \throws a uhd::runtime_error if the loopback value didn't match. */ virtual void loopback_self_test( - wb_iface::sptr iface, - wb_iface::wb_addr_type codec_idle_addr, - wb_iface::wb_addr_type codec_readback_addr + boost::function poker_functor, + boost::function peeker_functor ) = 0; /*! Determine a tick rate that will work with a given sampling rate -- cgit v1.2.3