summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/file_source.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-07-13 13:59:16 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-07-13 13:59:16 -0700
commit7d29847824e68966de9dbeada02fa1d9a22ee8da (patch)
treed20e3b8490402cf20f3633707794d2ef38a94242 /gr-blocks/include/gnuradio/blocks/file_source.h
parentb629e3faa419a2fbd1d4f0a1563a28748dfc9403 (diff)
parent19c0aeea4320e40aea11564879e3d2b9c0ca0d21 (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.h5
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 */