9#ifndef INCLUDED_GR_SOAPY_SINK_H 
   10#define INCLUDED_GR_SOAPY_SINK_H 
   43    using sptr = std::shared_ptr<sink>;
 
   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/sink.h:41
std::shared_ptr< sink > sptr
Definition gr-soapy/include/gnuradio/soapy/sink.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::sink.
virtual void set_length_tag_name(const std::string &length_tag_name)=0
#define SOAPY_API
Definition gr-soapy/include/gnuradio/soapy/api.h:19
Definition gr-soapy/include/gnuradio/soapy/block.h:20
GNU Radio logging wrapper.
Definition basic_block.h:29