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;
50 const size_t num_chans,
51 const ::uhd::stream_args_t& stream_args,
52 const size_t vlen = 1,
53 const bool issue_stream_cmd_on_start =
true);
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
virtual std::string get_unique_id() const =0
Return the unique ID associated with the underlying RFNoC streamer.
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)
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
GNU Radio logging wrapper.
Definition: basic_block.h:29