Age | Commit message (Collapse) | Author |
|
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_*.
|
|
(abs_written_offset) and gr_buffer_reader (abs_read_offset). Keeps the API exposed in gr_blocks for now.
|
|
read/written; testing adding and retrieving tags.
|
|
return 0 or throw?
|
|
|
|
Also adds QA code to test decimate by 2 and 5.
Removes lib/filter/gri_fir_filter_with_buffer_ccf.h that is autogenerated.
|
|
out properly.
|
|
add_item_tag looks at the last tag entered with the given key and tests if the value is the same. If it is the same value, then don't do add a new item. If the value is different, add a new tag of that key to the list.
|
|
|
|
|
|
empty.
|
|
|
|
option keys
|
|
|
|
|
|
Adds ability to add new tags from a block.
|
|
|
|
|
|
|
|
|
|
|
|
blocks
|
|
|
|
read and written from each block's input. Accessor functions allow query of values through gr_block.
Had to add gr_uint64 typedef to SWIG for it to understand how to handle the type.
|
|
|
|
|
|
|
|
|
|
deprecate mimo blocks
|
|
in its generated files
|
|
|
|
|
|
|
|
contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.
|
|
|
|
the copy/paste.
|
|
|
|
|
|
Adding new QA code for all other fir filters. fff and fsf versions currently failing.
|
|
in/out/tap types we support.
|
|
|
|
simple example and adds a new example that synthesizes a number of signals and then channelizes them again. It displays the synthesized PSD as well as the PSD and time waveform of one of the channels that's specified in teh code.
|
|
|
|
|
|
cases and adds filterN.
|