Age | Commit message (Collapse) | Author |
|
|
|
of the tags since order is not specified or guarenteed.
|
|
in the QA of the sample tags code.
|
|
Must fix this later.
|
|
|
|
|
|
|
|
built yet. Using test block keep_one_in_n to test decimation is handled in propogating tags.
|
|
|
|
internally generated bursts to detected bursts (which needs work).
|
|
certain, but correct, conditions.
|
|
|
|
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
|
|
rates can be done using decimating/interpolating fir filters.
|
|
|
|
|
|
uint64_t).
|
|
|
|
|
|
for the 1-to-1.
|
|
flowgraph in an error instead of throwing.
|
|
|
|
arbitrary number of inputs and pass tags on that way.
|
|
|
|
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.
|
|
add tags at pre-determined points in the stream and also grabs all tags that flow past and stores them locally. These tags are to be used for testing that the correct tags are coming through.
|
|
|
|
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.
|