23 #ifndef INCLUDED_GR_TAG_DEBUG_H
24 #define INCLUDED_GR_TAG_DEBUG_H
35 gr_make_tag_debug(
size_t sizeof_stream_item,
const std::string &
name);
59 gr_make_tag_debug(
size_t sizeof_stream_item,
const std::string &
name);
60 gr_tag_debug(
size_t sizeof_stream_item,
const std::string &
name);
63 std::vector<gr_tag_t> d_tags;
64 std::vector<gr_tag_t>::iterator d_tags_itr;
73 std::vector<gr_tag_t> current_tags();
78 void set_display(
bool d);
80 int work(
int noutput_items,
81 gr_vector_const_void_star &input_items,
82 gr_vector_void_star &output_items);
boost::mutex mutex
Definition: thread.h:44
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...