GNU Radio Manual and C++ API Reference  3.7.13.4
The Free & Open Software Radio Ecosystem

Classes

class  gr::uhd::usrp_block
 
class  gr::uhd::usrp_sink
 
class  gr::uhd::usrp_source
 

Functions

static sptr gr::uhd::amsg_source::make (const ::uhd::device_addr_t &device_addr, msg_queue::sptr msgq)
 Make a new USRP asynchronous message-based source block. More...
 
static sptr gr::uhd::usrp_sink::make (const ::uhd::device_addr_t &device_addr, const ::uhd::io_type_t &io_type, size_t num_channels)
 DEPRECATED Make a new USRP sink block using the deprecated io_type_t.This function will be removed in the future. Please use the other make function, gr::uhd::usrp_sink::make(const ::uhd::device_addr_t, const ::uhd::stream_args_t, const std::string). More...
 
static sptr gr::uhd::usrp_source::make (const ::uhd::device_addr_t &device_addr, const ::uhd::io_type_t &io_type, size_t num_channels)
 DEPRECATED Make a new USRP source block using the deprecated io_type_t.This function will be removed in the future. Please use the other make function, gr::uhd::make(const ::uhd::device_addr_t, const ::uhd::stream_args_t, const std::string). More...
 

Detailed Description

Function Documentation

static sptr gr::uhd::amsg_source::make ( const ::uhd::device_addr_t &  device_addr,
msg_queue::sptr  msgq 
)
static

Make a new USRP asynchronous message-based source block.

static sptr gr::uhd::usrp_source::make ( const ::uhd::device_addr_t &  device_addr,
const ::uhd::io_type_t &  io_type,
size_t  num_channels 
)
static

DEPRECATED Make a new USRP source block using the deprecated io_type_t.This function will be removed in the future. Please use the other make function, gr::uhd::make(const ::uhd::device_addr_t, const ::uhd::stream_args_t, const std::string).

static sptr gr::uhd::usrp_sink::make ( const ::uhd::device_addr_t &  device_addr,
const ::uhd::io_type_t &  io_type,
size_t  num_channels 
)
static

DEPRECATED Make a new USRP sink block using the deprecated io_type_t.This function will be removed in the future. Please use the other make function, gr::uhd::usrp_sink::make(const ::uhd::device_addr_t, const ::uhd::stream_args_t, const std::string).