9#ifndef INCLUDED_GR_UHD_RFNOC_RX_STREAMER_H 
   10#define INCLUDED_GR_UHD_RFNOC_RX_STREAMER_H 
   15#include <uhd/stream.hpp> 
   35    typedef std::shared_ptr<rfnoc_rx_streamer> 
sptr;
 
   52                     const size_t num_chans,
 
   53                     const ::uhd::stream_args_t& stream_args,
 
   54                     const size_t vlen = 1,
 
   55                     const bool issue_stream_cmd_on_start = 
true,
 
   56                     const bool start_time_set = 
false,
 
   57                     const ::uhd::time_spec_t& start_time = ::uhd::time_spec_t(0.0));
 
 
synchronous 1:1 input to output with history
Definition sync_block.h:26
std::shared_ptr< rfnoc_graph > sptr
Definition rfnoc_graph.h:32
Definition rfnoc_rx_streamer.h:33
static sptr make(rfnoc_graph::sptr graph, const size_t num_chans, const ::uhd::stream_args_t &stream_args, const size_t vlen=1, const bool issue_stream_cmd_on_start=true, const bool start_time_set=false, const ::uhd::time_spec_t &start_time=::uhd::time_spec_t(0.0))
virtual std::string get_unique_id() const =0
Return the unique ID associated with the underlying RFNoC streamer.
std::shared_ptr< rfnoc_rx_streamer > sptr
Definition rfnoc_rx_streamer.h:35
#define GR_UHD_API
Definition gr-uhd/include/gnuradio/uhd/api.h:18
Definition amsg_source.h:19
GNU Radio logging wrapper.
Definition basic_block.h:29