#include <gnuradio/block.h>
#include <boost/thread.hpp>
Go to the source code of this file.
|
BAZ_API baz_burst_buffer_sptr | baz_make_burst_buffer (size_t itemsize, int flush_length=0, const std::string &length_tag_name="", bool verbose=false, bool only_burst=false, bool strip_tags=true) |
|
◆ baz_make_burst_buffer()
BAZ_API baz_burst_buffer_sptr baz_make_burst_buffer |
( |
size_t |
itemsize, |
|
|
int |
flush_length = 0 , |
|
|
const std::string & |
length_tag_name = "" , |
|
|
bool |
verbose = false , |
|
|
bool |
only_burst = false , |
|
|
bool |
strip_tags = true |
|
) |
| |
◆ baz_burst_buffer