Bug #462
grc: gr delay callback doesnt do anything - remove callback
| Status: | Closed | Start date: | 11/02/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tom Rondeau | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | - | |||
| Resolution: | fixed |
Description
It looks like setting the delay after block instantiation doesn't do anything. I checked to see whether it was a GRC issue, or the block itself, and indeed, gr_delay doesn't do anything with a post-instantiation setting.
History
Updated by Josh Blum over 1 year ago
To be clear, the problem appears to be with the block itself. GRC correctly adds the "set_delay" callback spooge. But calling that callback in the C++ code doesn't appear to affect the delay.
Updated by Josh Blum over 1 year ago
- Category changed from grc to gnuradio-core
- Status changed from Assigned to Resolved
- Resolution set to fixed
added a gr_basic_delay block to gr-basic which configurable runtime delay
Updated by Josh Blum over 1 year ago
- Status changed from Resolved to Assigned
dont resolve things that are not merged - doh!
Updated by Josh Blum over 1 year ago
work has moved to gr-blocks branch
Updated by Tom Rondeau about 1 year ago
- Status changed from Assigned to Resolved
- Assignee changed from Josh Blum to Tom Rondeau
Fixed in commit:
fed443d1ae6bb78b24de54be5daa9647c5368faa
Updated by Tom Rondeau 6 months ago
- Status changed from Resolved to Closed