From bf4ff21ce6341f72b72a217d20063878b1b9ecc0 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 6 Jun 2017 22:01:51 -0700 Subject: rfnoc: Added anonymous connections capability to graph --- host/lib/rfnoc/graph_impl.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'host/lib/rfnoc/graph_impl.hpp') diff --git a/host/lib/rfnoc/graph_impl.hpp b/host/lib/rfnoc/graph_impl.hpp index 865298e71..67d3b3839 100644 --- a/host/lib/rfnoc/graph_impl.hpp +++ b/host/lib/rfnoc/graph_impl.hpp @@ -43,6 +43,20 @@ public: const block_id_t &dst_block ); + void connect_src( + const block_id_t &src_block, + const size_t src_block_port, + const uhd::sid_t dst_sid, + const size_t buf_size_dst_bytes, + const size_t pkt_size_ + ); + + void connect_sink( + const block_id_t &sink_block, + const size_t dst_block_port, + const size_t pkts_per_ack + ); + /************************************************************************ * Utilities ***********************************************************************/ -- cgit v1.2.3