9 #ifndef INCLUDED_GR_SOAPY_SINK_H 10 #define INCLUDED_GR_SOAPY_SINK_H 43 using sptr = std::shared_ptr<sink>;
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 = {
"" });
74 virtual void set_length_tag_name(
const std::string& length_tag_name) = 0;
std::shared_ptr< sink > sptr
Definition: gr-soapy/include/gnuradio/soapy/sink.h:43
Definition: gr-soapy/include/gnuradio/soapy/sink.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