From 0abfa7d596265a2b7d54da1206979171a0891fb4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 26 Mar 2010 14:01:27 -0700 Subject: using new streaming api --- gr-uhd/lib/uhd_simple_source.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-uhd/lib/uhd_simple_source.h') diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index cfab8b7a4..98378d518 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -52,6 +52,7 @@ protected: std::string _type; size_t _sizeof_samp; bool _is_streaming; + void set_streaming(bool enb); }; #endif /* INCLUDED_UHD_SIMPLE_SOURCE_H */ -- cgit