Age | Commit message (Collapse) | Author |
|
|
|
streams.
|
|
|
|
Also sneaking in a new analog group for gr-analog.
|
|
|
|
When setting, specify port first, than buffer size. This is consistent with other calls (like consume and produce).
When getting, throw an error if port is out of range.
|
|
|
|
latency effects etc
unlimited io_signatures of -1 should work correctly with this patch now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skiphead is a gr_block, not sync block, but assumes that the number of input items is at least the number of output items
remove this assumption and make this safe with std::min(ninputs, noutputs)
may be necessary with new scheduler patches that can vary the circular buffer sizes
|
|
|
|
using an instance of them
|
|
|
|
|
|
Conflicts:
gnuradio-core/src/lib/io/gr_tagged_file_sink.cc
|
|
|
|
|
|
signal).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build_guide was not being found properly. Putting these together fixes that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|