Age | Commit message (Collapse) | Author |
|
* works:
Make Guile bindings work with --with-gnuradio-core et al.
Update TODO
Add guile SIGINT handler to gr:wait.
Minor tweaks: comments, static
Add guile shim to gr_top_block::wait that exits guile mode before blocking.
Enable more tests
Enable a couple more tests
Remove 868 useless warnings about "is deprecated".
gr_msg_queue now working correctly from within guile.
Disable items that require swig directors when building guile bindings.
|
|
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.
|
|
|
|
GUILE outside of gnuradio-core.
This avoids the problem with the guile bindings where multiple blocks
end up with the name gr:sink (e.g., audio_alsa_sink). With this
change, it ends us as gr:audio-alsa-sink.
Blocks in gnuradio-core continue to have the leading gr_ removed from
their class names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uint64_t).
|
|
|
|
|