From 41a36699e6e5f892a19586cde1b72fa6767c2888 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Tue, 27 Jul 2010 17:46:08 -0700 Subject: Interface access methods for users to access dboards. --- host/include/uhd/usrp/simple_usrp.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/usrp/simple_usrp.hpp b/host/include/uhd/usrp/simple_usrp.hpp index a100579ce..8fc6d59d9 100644 --- a/host/include/uhd/usrp/simple_usrp.hpp +++ b/host/include/uhd/usrp/simple_usrp.hpp @@ -152,6 +152,12 @@ public: virtual std::vector get_tx_antennas(void) = 0; virtual bool get_tx_lo_locked(void) = 0; + + /******************************************************************* + * Interface access methods + ******************************************************************/ + virtual wax::obj get_rx_dboard_iface(void) = 0; + virtual wax::obj get_tx_dboard_iface(void) = 0; }; }} -- cgit v1.2.3