 |
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_DDC_H
10 #define INCLUDED_GR_UHD_RFNOC_DDC_H
25 typedef std::shared_ptr<rfnoc_ddc>
sptr;
34 const ::uhd::device_addr_t& block_args,
35 const int device_select,
44 virtual double set_freq(
const double freq,
46 const ::uhd::time_spec_t time = ::uhd::time_spec_t::ASAP) = 0;
56 virtual double set_output_rate(
const double rate,
const size_t chan) = 0;
Definition: rfnoc_block.h:24
std::shared_ptr< rfnoc_ddc > sptr
Definition: rfnoc_ddc.h:25
Definition: rfnoc_ddc.h:22
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