gr-baz Package
|
square2 a stream of floats. More...
#include <baz_block_status.h>
Public Member Functions | |
~baz_block_status () | |
void | set_size (int size) |
int | size () const |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
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) |
Return a shared_ptr to a new instance of baz_block_status. More... | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_block_status::~baz_block_status | ( | ) |
void baz_block_status::set_size | ( | int | size | ) |
|
inline |
int baz_block_status::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
friend |
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.