#include <gnuradio/sync_block.h>
#include <vector>
Go to the source code of this file.
|
| BAZ_API baz_merge_sptr | baz_make_merge (int item_size, float samp_rate, int additional_streams=1, bool drop_residual=true, const char *length_tag="length", const char *ignore_tag="ignore", bool verbose=false) |
| | Return a shared_ptr to a new instance of baz_merge.
|
◆ baz_make_merge()
| BAZ_API baz_merge_sptr baz_make_merge |
( |
int | item_size, |
|
|
float | samp_rate, |
|
|
int | additional_streams = 1, |
|
|
bool | drop_residual = true, |
|
|
const char * | length_tag = "length", |
|
|
const char * | ignore_tag = "ignore", |
|
|
bool | verbose = false ) |
Return a shared_ptr to a new instance of baz_merge.
To avoid accidental use of raw pointers, baz_merge's constructor is private. howto_make_square2_ff is the public interface for creating new instances.
References BAZ_API.
◆ baz_merge