From 52c38e3c22d7c83943c0e1fc0bc69a967d6fe25c Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Wed, 19 Jun 2019 17:40:46 -0700 Subject: rfnoc: Enable users to query connections in the graph Implement uhd::rfnoc::rfnoc_graph::enumerate_*_connections() --- host/lib/include/uhdlib/rfnoc/graph.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/rfnoc/graph.hpp b/host/lib/include/uhdlib/rfnoc/graph.hpp index 4b08b5842..87977a1dc 100644 --- a/host/lib/include/uhdlib/rfnoc/graph.hpp +++ b/host/lib/include/uhdlib/rfnoc/graph.hpp @@ -62,6 +62,10 @@ public: */ void release(); + /*! Return a list of all edges + */ + std::vector enumerate_edges(); + private: friend class graph_accessor_t; -- cgit v1.2.3