18 #ifndef INCLUDED_UHD_DEVICE_HPP 19 #define INCLUDED_UHD_DEVICE_HPP 26 #include <boost/utility.hpp> 27 #include <boost/shared_ptr.hpp> 28 #include <boost/function.hpp> 41 typedef boost::shared_ptr<device>
sptr;
42 typedef boost::function<device_addrs_t(const device_addr_t &)>
find_t;
43 typedef boost::function<sptr(const device_addr_t &)>
make_t;
51 static void register_device(
78 static sptr make(
const device_addr_t &hint,
size_t which = 0);
97 #include <uhd/device_deprecated.ipp>
boost::shared_ptr< device > sptr
Definition: device.hpp:41
boost::shared_ptr< property_tree > sptr
Definition: property_tree.hpp:122
boost::shared_ptr< rx_streamer > sptr
Definition: stream.hpp:126
#define UHD_API
Definition: config.hpp:79
Definition: convert.hpp:28
std::vector< device_addr_t > device_addrs_t
A typedef for a vector of device addresses.
Definition: device_addr.hpp:88
uhd::property_tree::sptr _tree
Definition: device.hpp:100
boost::function< sptr(const device_addr_t &)> make_t
Definition: device.hpp:43
Definition: stream.hpp:40
Definition: device.hpp:38
boost::shared_ptr< tx_streamer > sptr
Definition: stream.hpp:198
boost::function< device_addrs_t(const device_addr_t &)> find_t
Definition: device.hpp:42
Definition: device_addr.hpp:47