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,
41 virtual double set_freq(
const double freq,
43 const ::uhd::time_spec_t time = ::uhd::time_spec_t::ASAP) = 0;
53 virtual double set_input_rate(
const double rate,
const size_t chan) = 0;
std::shared_ptr< rfnoc_graph > sptr
Definition: rfnoc_graph.h:32
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< rfnoc_duc > sptr
Definition: rfnoc_duc.h:26
Definition: rfnoc_duc.h:23
#define GR_UHD_API
Definition: gr-uhd/include/gnuradio/uhd/api.h:18
Definition: rfnoc_block.h:25
std::shared_ptr< rfnoc_block > sptr
Definition: rfnoc_block.h:34