Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
through to Python.
|
|
|
|
|
|
qtgui2 interface file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because of some dependencies in Qwt.
|
|
|
|
a class member; this ensures proper cleanup on exit.
|
|
work with Guile yet. Changed Python QA to complete properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to remove bool that turns it on/off.
|
|
|
|
care of itself when the parent is deleted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In volk, these are now actual files instead of symlinks
|
|
|
|
|
|
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audio source/sink with virtual inheritance
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
* jblum/wip/throttle:
throttle: cleanup conditional code and reimplement with boost posix time
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
|
|
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been removed.
|
|
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.
|
|
|
|
This greatly cleans up gr_throttle and moves the implementation into the .cc file.
The implementation uses boost's posix time library so it will work on all systems.
Also added set_sample_rate() method and support for callback in grc.
|