#include <gnuradio/tags.h>
Public Member Functions | |
bool | operator== (const tag_t &t) const |
equality comparison. Compares all details, except marked_delete | |
Static Public Member Functions | |
static bool | offset_compare (const tag_t &x, const tag_t &y) |
Comparison function to test which tag, x or y , came first in time. | |
Public Attributes | |
uint64_t | offset = 0 |
the item tag occurred at (as a uint64_t) | |
pmt::pmt_t | key = pmt::PMT_NIL |
the key of tag (as a PMT symbol) | |
pmt::pmt_t | value = pmt::PMT_NIL |
the value of tag (as a PMT) | |
pmt::pmt_t | srcid = pmt::PMT_F |
the source ID of tag (as a PMT) | |
Friends | |
bool | operator< (const tag_t &x, const tag_t &y) |
Comparison function to test which tag, x or y , came first in time. | |
Comparison function to test which tag, x
or y
, came first in time.
|
inline |
Comparison function to test which tag, x
or y
, came first in time.
pmt::pmt_t gr::tag_t::key = pmt::PMT_NIL |
the key of tag
(as a PMT symbol)
Referenced by gr::block::add_item_tag(), and operator==().
uint64_t gr::tag_t::offset = 0 |
the item tag
occurred at (as a uint64_t)
Referenced by gr::block::add_item_tag(), and operator==().
pmt::pmt_t gr::tag_t::srcid = pmt::PMT_F |
the source ID of tag
(as a PMT)
Referenced by gr::block::add_item_tag(), and operator==().
pmt::pmt_t gr::tag_t::value = pmt::PMT_NIL |
the value of tag
(as a PMT)
Referenced by gr::block::add_item_tag(), and operator==().