9#ifndef INCLUDED_GR_UHD_RFNOC_DUC_H 
   10#define INCLUDED_GR_UHD_RFNOC_DUC_H 
   26    typedef std::shared_ptr<rfnoc_duc> 
sptr;
 
   35                     const ::uhd::device_addr_t& block_args,
 
   36                     const int device_select,
 
   43                            const ::uhd::time_spec_t time = ::uhd::time_spec_t::ASAP) = 0;
 
 
Definition rfnoc_block.h:29
 
Definition rfnoc_duc.h:24
 
virtual double set_freq(const double freq, const size_t chan, const ::uhd::time_spec_t time=::uhd::time_spec_t::ASAP)=0
 
std::shared_ptr< rfnoc_duc > sptr
Definition rfnoc_duc.h:26
 
static sptr make(rfnoc_graph::sptr graph, const ::uhd::device_addr_t &block_args, const int device_select, const int instance)
 
virtual double set_input_rate(const double rate, const size_t chan)=0
 
std::shared_ptr< rfnoc_graph > sptr
Definition rfnoc_graph.h:32
 
#define GR_UHD_API
Definition gr-uhd/include/gnuradio/uhd/api.h:18
 
GNU Radio logging wrapper.
Definition basic_block.h:29