summaryrefslogtreecommitdiff
path: root/grc/blocks/variable_function_probe.block.yml
Commit message (Collapse)AuthorAgeFilesLines
* grc: fixes crash when using function probe with bokehguiNotou2020-05-291-6/+16
|
* grc: loosen the validation of block in function probeJosh Morman2020-01-031-1/+1
| | | | | | | | | | | | The block_id parameter for the block being probed was being validated as a block_id. But there is a use case where this can be blank to call a function on the flowgraph object itself. Changed the block_id dtype to "name" just like function_name. Could have just changed it to raw and done no validation, but that doesn't get displayed very nicely in the grc block Fixes #2966
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-291-1/+1
| | | | useful for variable and parameter blocks, but maybe others too
* grc: function_probe_block extra quotes with block_idJosh Morman2019-05-281-3/+3
| | | | | | | | | | Due to the way stringify_flag is called, the block_id, function_name and function_args are all given extra quotes which cause issues when generating the python source change/add new dtypes for function_probe Fixes #1783
* grc: add flags as a listAndrej Rode2018-12-181-1/+1
|
* Added C++ support to gr-analog, gr-blocks and grcHåkon Vågsether2018-12-181-0/+1
|
* Added YAML blocks that needed manual editingHåkon Vågsether2017-10-101-0/+54