gr-baz Package
|
square2 a stream of floats. More...
#include <baz_tag_to_msg.h>
Public Member Functions | |
~baz_tag_to_msg () | |
void | set_msgq (gr::msg_queue::sptr msgq) |
void | set_appended_string (const char *append) |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
baz_tag_to_msg_sptr | baz_make_tag_to_msg (int item_size, gr::msg_queue::sptr msgq, const char *append) |
Return a shared_ptr to a new instance of baz_tag_to_msg. More... | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_tag_to_msg::~baz_tag_to_msg | ( | ) |
void baz_tag_to_msg::set_appended_string | ( | const char * | append | ) |
void baz_tag_to_msg::set_msgq | ( | gr::msg_queue::sptr | msgq | ) |
int baz_tag_to_msg::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_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.