GNU Radio 3.6.5 C++ API
|
raw stream annotator testing block. More...
#include <annotator_raw.h>
Public Types | |
typedef boost::shared_ptr < annotator_raw > | sptr |
Public Member Functions | |
void | add_tag (uint64_t offset, pmt::pmt_t key, pmt::pmt_t val) |
Static Public Member Functions | |
static sptr | make (size_t sizeof_stream_item) |
raw stream annotator testing block.
This block creates arbitrary tags to be sent downstream blocks to be sent are set manually via accessor methods and are sent only once.
This block is intended for testing of tag related blocks
void gr::blocks::annotator_raw::add_tag | ( | uint64_t | offset, |
pmt::pmt_t | key, | ||
pmt::pmt_t | val | ||
) |
Reimplemented in gr::blocks::annotator_raw_impl.
static sptr gr::blocks::annotator_raw::make | ( | size_t | sizeof_stream_item | ) | [static] |