diff options
author | Alex Williams <alex.williams@ni.com> | 2019-08-08 15:41:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:36 -0800 |
commit | 117af6f0b0d50e6ba81bbd8f970d8963f615548a (patch) | |
tree | 61e5b5f037afc406e7208267cf8773bb6e057d94 /host/lib/include/uhdlib/transport | |
parent | bffef674fbbcd892967017e81515bb76e0b850b5 (diff) | |
download | uhd-117af6f0b0d50e6ba81bbd8f970d8963f615548a.tar.gz uhd-117af6f0b0d50e6ba81bbd8f970d8963f615548a.tar.bz2 uhd-117af6f0b0d50e6ba81bbd8f970d8963f615548a.zip |
rfnoc: Add ability to select transport for streamers to user APIs
Now the user can choose which transport is used in connect() calls.
Diffstat (limited to 'host/lib/include/uhdlib/transport')
-rw-r--r-- | host/lib/include/uhdlib/transport/rx_streamer_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |