diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-02 11:11:02 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-02 11:11:02 -0800 |
commit | 785096ccbb8a7548fb0c053357bc6b6f1a8334fb (patch) | |
tree | 43cecab42c584abcd53fa26d1cac1b737e33cede /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | c69d9c0205d897923b07ac77cb87633fb4925b53 (diff) | |
download | uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.tar.gz uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.tar.bz2 uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.zip |
usrp2: only include fw_common when needed, remove virtual send/recv, not exposed
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index 49cb0e6dc..ea42d019f 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -27,7 +27,6 @@ #include <boost/function.hpp> #include <utility> #include <string> -#include "fw_common.h" #include "usrp2_regs.hpp" @@ -52,13 +51,6 @@ public: static sptr make(uhd::transport::udp_simple::sptr ctrl_transport); /*! - * Perform a control transaction. - * \param data a control data struct - * \return the result control data - */ - virtual usrp2_ctrl_data_t ctrl_send_and_recv(const usrp2_ctrl_data_t &data) = 0; - - /*! * Write a register (32 bits) * \param addr the address * \param data the 32bit data |