diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-07-13 13:59:16 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-07-13 13:59:16 -0700 |
commit | 7d29847824e68966de9dbeada02fa1d9a22ee8da (patch) | |
tree | d20e3b8490402cf20f3633707794d2ef38a94242 /gr-blocks/include/gnuradio/blocks/file_source.h | |
parent | b629e3faa419a2fbd1d4f0a1563a28748dfc9403 (diff) | |
parent | 19c0aeea4320e40aea11564879e3d2b9c0ca0d21 (diff) |
Merge branch 'next' into python3
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/file_source.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/file_source.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/file_source.h b/gr-blocks/include/gnuradio/blocks/file_source.h index 5682853a35..c8138339fd 100644 --- a/gr-blocks/include/gnuradio/blocks/file_source.h +++ b/gr-blocks/include/gnuradio/blocks/file_source.h @@ -77,6 +77,11 @@ namespace gr { * \brief Close the file handle. */ virtual void close() = 0; + + /*! + * \brief Add a stream tag to the first sample of the file if true + */ + virtual void set_begin_tag(pmt::pmt_t val) = 0; }; } /* namespace blocks */ |