9 #ifndef INCLUDED_GR_SOAPY_SOURCE_H
10 #define INCLUDED_GR_SOAPY_SOURCE_H
43 using sptr = std::shared_ptr<source>;
66 static sptr make(
const std::string& device,
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/source.h:40
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: gr-soapy/include/gnuradio/soapy/block.h:22
#define SOAPY_API
Definition: gr-soapy/include/gnuradio/soapy/api.h:19
std::shared_ptr< source > sptr
Definition: gr-soapy/include/gnuradio/soapy/source.h:43