23 #ifndef INCLUDED_GR_TAGS_H
24 #define INCLUDED_GR_TAGS_H
58 inline bool operator == (
const tag_t &t)
const
60 return (t.
key == key) && (t.
value == value) && \
pmt::pmt_t value
the value of tag (as a PMT)
Definition: tags.h:40
static bool offset_compare(const tag_t &x, const tag_t &y)
Definition: tags.h:52
uint64_t offset
the item tag occurred at (as a uint64_t)
Definition: tags.h:34
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
unsigned __int64 uint64_t
Definition: stdint.h:90
pmt::pmt_t key
the key of tag (as a PMT symbol)
Definition: tags.h:37
pmt::pmt_t srcid
the source ID of tag (as a PMT)
Definition: tags.h:43
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:56
std::vector< long > marked_deleted
Used by gr_buffer to mark a tagged as deleted by a specific block. You can usually ignore this...
Definition: tags.h:46