Age | Commit message (Collapse) | Author |
|
of the tags since order is not specified or guarenteed.
|
|
Must fix this later.
|
|
|
|
|
|
|
|
built yet. Using test block keep_one_in_n to test decimation is handled in propogating tags.
|
|
|
|
|
|
tag and adjust the time between these tags and the burst start by the sample rate.
Also added a function to gr_tag_info that can be used to sort tags based on nitems using std::sort.
|
|
|
|
about mutex locking in prune_tags.
|
|
|
|
vector.
|
|
|
|
|
|
|
|
rewritten between blocks to adjust their count based on teh block's relative_rate.w
|
|
|
|
|
|
|
|
|
|
for the 1-to-1.
|
|
flowgraph in an error instead of throwing.
|
|
|
|
run tests against the all-to-all tag propagation policy to make sure the tags are flowing downstream properly.
Adding stub for testing the 1-to-1 tag propagation policy.
|
|
|
|
input to all outputs.
|
|
numbers in annotator test block to better keep track.
|
|
|
|
|
|
downstream. Also made d_start_nitems_read a member of gr_block_executor to better handle allocation.
|
|
|
|
gr_block_executor more readable.
|
|
constructor of a derived block.
|
|
methods of moving tags that are selectable by a gr_block.
|
|
getting tags.
|
|
store the stream and write it to stdout when block is being destroyed. This avoids issues of the muliple threads writing simultaneously to screen.
|
|
helper functions to get access and keep track of tags.
|
|
time, so we need to cycle through them all.
|
|
|
|
associated buffer to get them.
|
|
|
|
|
|
gr_buffer_reader. gr_block_detail takes care of the high-level adding and retrieving tags via the buffers/readers; also takes care of filtering tags by key.
Tags are now added to the gr_buffers on 'which_output' while they are retrieved from the gr_buffer_reader based on 'which_input."
|
|
held. Simply prints info to stdout when tags are retreived.
|
|
signatures.
|
|
testing the stream tags, which is why its sitting in runtime.
|
|
add_item_tag. Added documentation to header file. Changing to deque from list. Still holding the deque locally in block_detail, but will be moved to gr_buffer. Adding tag just builds the tag tuple and appends it; doesn't worry about duplications.
|
|
documentation to functions in header. Adds a "srcid" parameter to the add_item_tag function.
|
|
exposed through gr_block for now, just remaining to nitem_*.
|