9#ifndef INCLUDED_GR_UHD_RFNOC_BLOCK_GENERIC_H 
   10#define INCLUDED_GR_UHD_RFNOC_BLOCK_GENERIC_H 
   29    typedef std::shared_ptr<rfnoc_block_generic> 
sptr;
 
   41                     const ::uhd::device_addr_t& block_args,
 
   42                     const std::string& block_name,
 
   43                     const int device_select = -1,
 
   44                     const int block_select = -1);
 
 
Definition rfnoc_block_generic.h:27
std::shared_ptr< rfnoc_block_generic > sptr
Definition rfnoc_block_generic.h:29
static sptr make(rfnoc_graph::sptr graph, const ::uhd::device_addr_t &block_args, const std::string &block_name, const int device_select=-1, const int block_select=-1)
rfnoc_block(::uhd::rfnoc::noc_block_base::sptr block_ref)
std::shared_ptr< rfnoc_graph > sptr
Definition rfnoc_graph.h:32
#define GR_UHD_API
Definition gr-uhd/include/gnuradio/uhd/api.h:18
Definition amsg_source.h:19
GNU Radio logging wrapper.
Definition basic_block.h:29