 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
Definition: rfnoc_duc.h:23
Definition: rfnoc_block.h:24
std::shared_ptr< rfnoc_duc > sptr
Definition: rfnoc_duc.h:26
std::shared_ptr< rfnoc_graph > sptr
Definition: rfnoc_graph.h:31
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
#define GR_UHD_API
Definition: gr-uhd/include/gnuradio/uhd/api.h:18
std::shared_ptr< rfnoc_block > sptr
Definition: rfnoc_block.h:33