|
gr-baz Package
|
#include <gnuradio/sync_block.h>#include <gnuradio/msg_queue.h>
Go to the source code of this file.
Classes | |
| class | baz_block_status |
| square2 a stream of floats. More... | |
Functions | |
| 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. | |
Variables | |
| class BAZ_API | baz_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.
References BAZ_API, and baz_make_block_status().
Referenced by baz_make_block_status().
| class BAZ_API baz_block_status |