#include <gnuradio/sync_block.h>
Go to the source code of this file.
|
| class | baz_non_blocker |
| | square2 a stream of floats.This uses the preferred technique: subclassing gr::sync_block. More...
|
| |
◆ baz_make_non_blocker()
| BAZ_API baz_non_blocker_sptr baz_make_non_blocker |
( |
int |
item_size, |
|
|
bool |
blocking = false |
|
) |
| |
Return a shared_ptr to a new instance of baz_non_blocker.
To avoid accidental use of raw pointers, baz_non_blocker's constructor is private. howto_make_square2_ff is the public interface for creating new instances.
◆ baz_non_blocker