diff options
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 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 */ |