diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-16 10:29:20 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-16 10:29:20 -0400 |
commit | 57720572843fe89aaf6edc02a50859780b349b6c (patch) | |
tree | 3d36e7f8c3c4194ab6ee238213a67ed181876e14 /gr-blocks/include/blocks/message_source.h | |
parent | 3d38e82e7d87dfc01132b199e33b53add8a706fa (diff) | |
parent | 4412cb10077cb40659ab5bc9c4dc814ca88a380b (diff) |
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gr-blocks/include/blocks/message_source.h')
-rw-r--r-- | gr-blocks/include/blocks/message_source.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/message_source.h b/gr-blocks/include/blocks/message_source.h index 5b55191880..cf4bafc22b 100644 --- a/gr-blocks/include/blocks/message_source.h +++ b/gr-blocks/include/blocks/message_source.h @@ -42,6 +42,8 @@ namespace gr { static sptr make(size_t itemsize, int msgq_limit=0); static sptr make(size_t itemsize, gr_msg_queue_sptr msgq); + static sptr make(size_t itemsize, gr_msg_queue_sptr msgq, + const std::string& lengthtagname); virtual gr_msg_queue_sptr msgq() const = 0; }; |