diff options
author | Josh Blum | 2010-03-03 12:32:18 -0800 |
---|---|---|
committer | Josh Blum | 2010-03-03 12:32:18 -0800 |
commit | 23f6fc0f5f484380fe5f934ec97c4397d3675cb6 (patch) | |
tree | aae98dd4e9cce11e3b406337c92a08a007761fc6 /gr-uhd/lib/uhd_simple_source.h | |
parent | 6d71414a0a467dc37fc903b327be22f8d0ddeade (diff) | |
download | gnuradio-23f6fc0f5f484380fe5f934ec97c4397d3675cb6.tar.gz gnuradio-23f6fc0f5f484380fe5f934ec97c4397d3675cb6.tar.bz2 gnuradio-23f6fc0f5f484380fe5f934ec97c4397d3675cb6.zip |
Got the source and sink working with current uhd.
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 1 |
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 43c4a647a..5d2dafe49 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -44,6 +44,7 @@ public: protected: void set_streaming(bool enb); + bool _is_streaming; //shadow for the streaming status uhd::device::sptr _dev; std::string _type; |