22 #ifndef INCLUDED_GR_TAGS_H
23 #define INCLUDED_GR_TAGS_H
49 inline bool operator == (
const gr_tag_t &t)
const
#define GR_CORE_API
Definition: gr_core_api.h:30
unsigned __int64 uint64_t
Definition: stdint.h:90
pmt::pmt_t srcid
the source ID of tag (as a PMT)
Definition: gr_tags.h:40
pmt::pmt_t key
the key of tag (as a PMT symbol)
Definition: gr_tags.h:34
uint64_t offset
the item tag occurred at (as a uint64_t)
Definition: gr_tags.h:31
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:54
pmt::pmt_t value
the value of tag (as a PMT)
Definition: gr_tags.h:37
static bool offset_compare(const gr_tag_t &x, const gr_tag_t &y)
Comparison function to test which tag, x or y, came first in time.
Definition: gr_tags.h:43