aboutsummaryrefslogtreecommitdiffstats
path: root/include/uhd/usrp/mboard/usrp2.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-16 12:25:31 -0800
committerJosh Blum <josh@joshknows.com>2010-02-16 12:25:31 -0800
commit429342fbab61b49c6622f994c5522ee3eee7e39a (patch)
tree5d607d3f6314d79403bffdce179d6c95a5e8759b /include/uhd/usrp/mboard/usrp2.hpp
parent1b70ff306342ca1078e105488811a52c49b446f4 (diff)
downloaduhd-429342fbab61b49c6622f994c5522ee3eee7e39a.tar.gz
uhd-429342fbab61b49c6622f994c5522ee3eee7e39a.tar.bz2
uhd-429342fbab61b49c6622f994c5522ee3eee7e39a.zip
Added usrp2 impl for the guts of the usrp2 handling.
The top level usrp2 will contain an impl and forward calls to it.
Diffstat (limited to 'include/uhd/usrp/mboard/usrp2.hpp')
-rw-r--r--include/uhd/usrp/mboard/usrp2.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/uhd/usrp/mboard/usrp2.hpp b/include/uhd/usrp/mboard/usrp2.hpp
index 709dbc1cc..5da9f874d 100644
--- a/include/uhd/usrp/mboard/usrp2.hpp
+++ b/include/uhd/usrp/mboard/usrp2.hpp
@@ -20,8 +20,6 @@
#include <uhd/usrp/mboard/base.hpp>
#include <uhd/device_addr.hpp>
-#include <uhd/usrp/dboard/manager.hpp>
-#include <uhd/transport/udp.hpp>
namespace uhd{ namespace usrp{ namespace mboard{
@@ -45,15 +43,7 @@ private:
void get(const wax::obj &, wax::obj &);
void set(const wax::obj &, const wax::obj &);
- dboard::manager::sptr _dboard_manager;
-
- uhd::transport::udp::sptr _udp_ctrl_transport;
- uhd::transport::udp::sptr _udp_data_transport;
-
- uint32_t _ctrl_seq_num;
- //use this template for send/recv so this header
- //does not need to know about internal structs
- template <class T> T _ctrl_send_and_recv(const T &);
+ wax::obj _impl;
};
}}} //namespace