square2 a stream of floats.
More...
#include <baz_tag_to_msg.h>
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
◆ ~baz_tag_to_msg()
baz_tag_to_msg::~baz_tag_to_msg |
( |
| ) |
|
◆ set_appended_string()
void baz_tag_to_msg::set_appended_string |
( |
const char * |
append | ) |
|
◆ set_msgq()
void baz_tag_to_msg::set_msgq |
( |
gr::msg_queue::sptr |
msgq | ) |
|
◆ work()
int baz_tag_to_msg::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ baz_make_tag_to_msg
baz_tag_to_msg_sptr baz_make_tag_to_msg |
( |
int |
item_size, |
|
|
gr::msg_queue::sptr |
msgq, |
|
|
const char * |
append |
|
) |
| |
|
friend |
Return a shared_ptr to a new instance of baz_tag_to_msg.
To avoid accidental use of raw pointers, baz_tag_to_msg's constructor is private. baz_make_tag_to_msg is the public interface for creating new instances.
The documentation for this class was generated from the following file: