#include <gnuradio/sync_block.h>
#include <gnuradio/msg_queue.h>
Go to the source code of this file.
◆ baz_make_block_status()
BAZ_API baz_block_status_sptr baz_make_block_status |
( |
int |
size, |
|
|
unsigned long |
work_iterations, |
|
|
unsigned long |
samples_processed, |
|
|
gr::msg_queue::sptr |
queue = gr::msg_queue::sptr() |
|
) |
| |
Return a shared_ptr to a new instance of baz_block_status.
To avoid accidental use of raw pointers, baz_block_status's constructor is private. howto_make_square2_ff is the public interface for creating new instances.
◆ baz_block_status