|
GNU Radio 3.5.3.1 C++ API
|
#include <gr_tags.h>
Static Public Member Functions | |
| 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. | |
Public Attributes | |
| uint64_t | offset |
the item tag occurred at (as a uint64_t) | |
| pmt::pmt_t | key |
the key of tag (as a PMT symbol) | |
| pmt::pmt_t | value |
the value of tag (as a PMT) | |
| pmt::pmt_t | srcid |
the source ID of tag (as a PMT) | |
| static bool gr_tag_t::offset_compare | ( | const gr_tag_t & | x, |
| const gr_tag_t & | y | ||
| ) | [inline, static] |
Comparison function to test which tag, x or y, came first in time.
References offset.
the key of tag (as a PMT symbol)
Referenced by gr_block::add_item_tag().
| uint64_t gr_tag_t::offset |
the item tag occurred at (as a uint64_t)
Referenced by gr_block::add_item_tag(), and offset_compare().
the source ID of tag (as a PMT)
Referenced by gr_block::add_item_tag().
the value of tag (as a PMT)
Referenced by gr_block::add_item_tag().