11 #ifndef INCLUDED_GR_TAG_DEBUG_H
12 #define INCLUDED_GR_TAG_DEBUG_H
50 typedef std::shared_ptr<tag_debug>
sptr;
60 const std::string& name,
61 const std::string& key_filter =
"");
Bit bucket that prints out any tag received.
Definition: tag_debug.h:47
static sptr make(size_t sizeof_stream_item, const std::string &name, const std::string &key_filter="")
virtual std::vector< tag_t > current_tags()=0
Returns a vector of tag_t items as of the last call to work.
std::shared_ptr< tag_debug > sptr
Definition: tag_debug.h:50
virtual void set_key_filter(const std::string &key_filter)=0
Set a new key to filter with.
virtual void set_display(bool d)=0
Set the display of tags to stdout on/off.
virtual int num_tags()=0
Return the total number of tags in the tag queue.
virtual std::string key_filter() const =0
Get the current filter key.
virtual void set_save_all(bool s)=0
Set whether to store all tags ever received (s=True) or solely the tags from the last work (s=False).
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29