square2 a stream of floats.This uses the preferred technique: subclassing gr::sync_block.
More...
#include <baz_block_status.h>
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
◆ ~baz_block_status()
| baz_block_status::~baz_block_status |
( |
| ) |
|
◆ set_size()
| void baz_block_status::set_size |
( |
int |
size | ) |
|
◆ size()
| int baz_block_status::size |
( |
| ) |
const |
|
inline |
◆ work()
| int baz_block_status::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ 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 |
|
) |
| |
|
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.
The documentation for this class was generated from the following file: