Age | Commit message (Collapse) | Author |
|
This begins a transition of examples from a separate gnuradio-examples component
into an examples directory with the component they go with. In this commit:
gnuradio-examples/c++/audio/ => gr-audio/examples/c++
gnuradio-examples/python/audio => gr-audio/examples/python
The system installation directory remains $PREFIX/share/gnuradio/examples/audio
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|