summaryrefslogtreecommitdiff
path: root/gr-blocks/examples/ctrlport
Commit message (Collapse)AuthorAgeFilesLines
* blocks: pep8 formattingJosh Morman2021-11-243-10/+14
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* examples: Repair all examples affected by commit 91e9ddf.Ron Economos2021-10-112-24/+24
| | | | | | Replace all occurrences of empty minoutbuf and maxoutbuf with 0. Signed-off-by: Ron Economos <w6rz@comcast.net>
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-033-3/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* ctrlport: fix examplesjapm482020-03-063-6/+3
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-0/+1
|
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
| | | | | This commit adds `.gitignore` files to some example folders. This helps to keep auto generated files out of commits.
* blocks: Convert GRC examples/ctrlport to YAML formatJohannes Demel2019-01-214-3915/+1373
| | | | | | | | This commit converts the examples in `gr-blocks` to the new YAML format. This conversion is tracked in #2285. The example file `simple_copy_controller.py` seems to fail with Py3k. It fails on a `postMessage` call. Though, this seems like another bug.
* Merge branch 'next' into python3Johnathan Corgan2017-10-051-49/+1
|\
| * Merge branch 'master' into nextJohnathan Corgan2017-10-051-49/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/CMakeLists.txt gr-uhd/lib/usrp_source_impl.cc gr-uhd/lib/usrp_source_impl.h
| | * runtime: Moved block-by-block setup_rpc() calls to the end of the ↵Jacob Gilbert2017-10-041-49/+1
| | | | | | | | | | | | flatten_aux() function where the blocks are all identified. Also removed a workaround to the simple_copy example that is no longer relevant with this fix
* | | Merge branch 'next' into python3Johnathan Corgan2017-08-271-5/+5
|\| | | | | | | | | | | | | | Conflicts: volk
| * | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-181-5/+5
| | |
* | | Merge branch 'next' into python3Johnathan Corgan2017-06-221-1/+99
|\| | | | | | | | | | | | | | Conflicts: gnuradio-runtime/python/gnuradio/gr/tag_utils.py
| * | Merge branch 'master' into nextJohnathan Corgan2017-06-221-1/+99
| |\|
| | * gr-blocks: fixed the broken example simple_copy.grc (the msg input port was ↵Marc Lichtman2017-06-071-1/+99
| | | | | | | | | | | | not exposed without anything connected to it, so the example just did not work at all)
* | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-263-0/+3
|/ /
* | examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-202-42/+30
| |
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+0
|/ | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* uhd: Added controlport interface for UHD sink's "command" message handler.Tom Rondeau2015-12-063-11/+78
| | | | | | | | Also added an example, usrp_sink_controller.py, to excercise this feature. Fixed up the source example, too, to better manage parsing options and setting the UHD source block alias (defaults to 'gr uhd usrp source0', which is the default for any flowgraph with a single UHD source block).
* ctrlport: adding new examples.Tom Rondeau2015-10-165-2/+2677
| | | | | Explore simple cases of passing messages to message handlers over controlport. Installed into standard examples directory.
* examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-122-1018/+350
|
* qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-021-1/+1
| | | | Don't want to have QT GUI Plot show up for every plot now.
* replace use of deprecated fractional_interpolator.Tom Rondeau2013-05-231-90/+90
|
* cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-031-1/+1
|
* cleaning up, converting examples, etc.Tom Rondeau2013-03-172-64/+87
|
* blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core.Tom Rondeau2013-03-174-0/+1914