9#ifndef INCLUDED_GR_SOAPY_SOURCE_H
10#define INCLUDED_GR_SOAPY_SOURCE_H
43 using sptr = std::shared_ptr<source>;
67 const std::string& type,
69 const std::string& dev_args =
"",
70 const std::string& stream_args =
"",
71 const std::vector<std::string>& tune_args = {
"" },
72 const std::vector<std::string>& other_settings = {
"" });
Definition: gr-soapy/include/gnuradio/soapy/block.h:23
Definition: gr-soapy/include/gnuradio/soapy/source.h:41
std::shared_ptr< source > sptr
Definition: gr-soapy/include/gnuradio/soapy/source.h:43
static sptr make(const std::string &device, const std::string &type, size_t nchan, const std::string &dev_args="", const std::string &stream_args="", const std::vector< std::string > &tune_args={ "" }, const std::vector< std::string > &other_settings={ "" })
Return a shared_ptr to a new instance of soapy::source.
#define SOAPY_API
Definition: gr-soapy/include/gnuradio/soapy/api.h:19
GNU Radio logging wrapper.
Definition: basic_block.h:29