29    typedef std::shared_ptr<device> 
sptr;
 
Definition: device_addr.hpp:38
 
Definition: device.hpp:27
 
device_filter_t _type
Definition: device.hpp:111
 
virtual rx_streamer::sptr get_rx_stream(const stream_args_t &args)=0
Make a new receive streamer from the streamer arguments.
 
virtual bool recv_async_msg(async_metadata_t &async_metadata, double timeout=0.1)=0
 
static device_addrs_t find(const device_addr_t &hint, device_filter_t filter=ANY)
Find devices attached to the host.
 
std::function< device_addrs_t(const device_addr_t &)> find_t
Definition: device.hpp:30
 
uhd::property_tree::sptr get_tree(void) const
Get access to the underlying property structure.
 
uhd::property_tree::sptr _tree
Definition: device.hpp:110
 
virtual tx_streamer::sptr get_tx_stream(const stream_args_t &args)=0
Make a new transmit streamer from the streamer arguments.
 
std::shared_ptr< device > sptr
Definition: device.hpp:29
 
static sptr make(const device_addr_t &hint, device_filter_t filter=ANY, size_t which=0)
Create a new device from the device address hint.
 
static void register_device(const find_t &find, const make_t &make, const device_filter_t filter)
 
std::function< sptr(const device_addr_t &)> make_t
Definition: device.hpp:31
 
device_filter_t
Device type, used as a filter in make.
Definition: device.hpp:34
 
@ ANY
Definition: device.hpp:34
 
device_filter_t get_device_type() const
Get device type.
 
std::shared_ptr< property_tree > sptr
Definition: property_tree.hpp:216
 
std::shared_ptr< rx_streamer > sptr
Definition: stream.hpp:172
 
std::shared_ptr< tx_streamer > sptr
Definition: stream.hpp:250
 
#define UHD_API
Definition: config.h:70
 
Definition: build_info.hpp:12
 
boost::noncopyable noncopyable
Definition: noncopyable.hpp:45
 
std::vector< device_addr_t > device_addrs_t
A typedef for a vector of device addresses.
Definition: device_addr.hpp:87
 
Definition: stream.hpp:59