From cbb8e474bb5592753a340ba31d3afbab7226f7c6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 12 Jan 2010 14:43:43 -0800 Subject: Reorganized structure into include, lib, test, firmware, fpga. The fpga and firmware are empty placeholders for now. --- usrp_uhd/include/usrp_uhd.hpp | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 usrp_uhd/include/usrp_uhd.hpp (limited to 'usrp_uhd/include/usrp_uhd.hpp') diff --git a/usrp_uhd/include/usrp_uhd.hpp b/usrp_uhd/include/usrp_uhd.hpp deleted file mode 100644 index 6bf97a5a4..000000000 --- a/usrp_uhd/include/usrp_uhd.hpp +++ /dev/null @@ -1,43 +0,0 @@ -// -// Copyright 2010 Ettus Research LLC -// - -#ifndef INCLUDED_USRP_UHD_HPP -#define INCLUDED_USRP_UHD_HPP - -#include -#include -#include -#include -#include -#include - -namespace usrp{ - - class uhd{ - - public: - typedef boost::shared_ptr sptr; - typedef boost::function recv_hdlr_t; - uhd(usrp_addr_t usrp_addr); - ~uhd(void); - - //the io interface - void send(const std::vector &iovs); - void send(void* data, size_t len); //wrapper - void recv(const recv_hdlr_t &recv_hdlr); - void recv(void* &data, size_t &len); //wrapper - - //connect dsps and subdevs - void connect(const wax::type &src, const wax::type &sink); - - //the properties interface - wax::proxy props(void); - - private: - wax::type d_mboard; - }; - -} //namespace usrp - -#endif /* INCLUDED_USRP_UHD_HPP */ -- cgit v1.2.3