diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/simple_usrp.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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<std::string> 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; }; }} |