From 117af6f0b0d50e6ba81bbd8f970d8963f615548a Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Thu, 8 Aug 2019 15:41:30 -0700 Subject: rfnoc: Add ability to select transport for streamers to user APIs Now the user can choose which transport is used in connect() calls. --- host/lib/include/uhdlib/transport/rx_streamer_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/include/uhdlib/transport') diff --git a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp index d66e867bc..d3fe97c7f 100644 --- a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp +++ b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp @@ -90,6 +90,7 @@ public: } //! Connect a new channel to the streamer + // FIXME: Needs some way to handle virtual channels, since xport could be shared among them void connect_channel(const size_t channel, typename transport_t::uptr xport) { const size_t max_pyld_size = xport->get_max_payload_size(); -- cgit v1.2.3