From 98209df92ea2a6abf6ed41af03bc3909b8e152b9 Mon Sep 17 00:00:00 2001 From: Ciro Nishiguchi Date: Tue, 27 Aug 2019 16:19:15 -0500 Subject: streamer: Add option to ignore sequence errors Add template parameter to ignore sequence errors, used for testing. --- host/lib/include/uhdlib/transport/rx_streamer_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/include/uhdlib/transport/rx_streamer_impl.hpp') diff --git a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp index c57a8e0d1..0691138e6 100644 --- a/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp +++ b/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp @@ -69,7 +69,7 @@ private: /*! * Implementation of rx streamer API */ -template +template class rx_streamer_impl : public rx_streamer { public: @@ -352,7 +352,7 @@ private: std::vector _converters; // Implementation of frame buffer management and packet info - rx_streamer_zero_copy _zero_copy_streamer; + rx_streamer_zero_copy _zero_copy_streamer; // Container for buffer pointers used in recv method std::vector _in_buffs; -- cgit v1.2.3