summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_simple_source.h
diff options
context:
space:
mode:
authorJosh Blum2010-03-26 14:01:27 -0700
committerJosh Blum2010-03-26 14:01:27 -0700
commit0abfa7d596265a2b7d54da1206979171a0891fb4 (patch)
tree109358858086fdac2e63af6fc428ab1d87b98279 /gr-uhd/lib/uhd_simple_source.h
parentb5c1edfd488ccdd8a2c6ff5a2efb3de35a048d67 (diff)
downloadgnuradio-0abfa7d596265a2b7d54da1206979171a0891fb4.tar.gz
gnuradio-0abfa7d596265a2b7d54da1206979171a0891fb4.tar.bz2
gnuradio-0abfa7d596265a2b7d54da1206979171a0891fb4.zip
using new streaming api
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r--gr-uhd/lib/uhd_simple_source.h1
1 files changed, 1 insertions, 0 deletions
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 */