aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter/grc
diff options
context:
space:
mode:
authorBastian Bloessl <mail@bastibl.net>2019-06-07 17:09:49 +0200
committerMarcus Müller <marcus@hostalia.de>2019-06-29 13:58:54 +0200
commit0fa281fd7369348dbdeadcecfebb20b73082e93e (patch)
tree63a176d74f0b10eae82de6578ea244cbf018a6c0 /gr-filter/grc
parentgrc: Unselect all on Ctrl+F (diff)
downloadgnuradio-0fa281fd7369348dbdeadcecfebb20b73082e93e.tar.xz
gnuradio-0fa281fd7369348dbdeadcecfebb20b73082e93e.zip
grc: introduce flag 'show_id' to show block id
useful for variable and parameter blocks, but maybe others too
Diffstat (limited to 'gr-filter/grc')
-rw-r--r--gr-filter/grc/variable_band_pass_filter_taps.block.yml2
-rw-r--r--gr-filter/grc/variable_band_reject_filter_taps.block.yml2
-rw-r--r--gr-filter/grc/variable_high_pass_filter_taps.block.yml2
-rw-r--r--gr-filter/grc/variable_low_pass_filter_taps.block.yml2
-rw-r--r--gr-filter/grc/variable_rrc_filter_taps.block.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/gr-filter/grc/variable_band_pass_filter_taps.block.yml b/gr-filter/grc/variable_band_pass_filter_taps.block.yml
index 345093a09..1903c9af3 100644
--- a/gr-filter/grc/variable_band_pass_filter_taps.block.yml
+++ b/gr-filter/grc/variable_band_pass_filter_taps.block.yml
@@ -1,6 +1,6 @@
id: variable_band_pass_filter_taps
label: Band-pass Filter Taps
-flags: [ python, cpp ]
+flags: [ show_id, python, cpp ]
parameters:
- id: type
diff --git a/gr-filter/grc/variable_band_reject_filter_taps.block.yml b/gr-filter/grc/variable_band_reject_filter_taps.block.yml
index f5e563f57..f26057120 100644
--- a/gr-filter/grc/variable_band_reject_filter_taps.block.yml
+++ b/gr-filter/grc/variable_band_reject_filter_taps.block.yml
@@ -1,6 +1,6 @@
id: variable_band_reject_filter_taps
label: Band-reject Filter Taps
-flags: [ python, cpp ]
+flags: [ show_id, python, cpp ]
parameters:
- id: gain
diff --git a/gr-filter/grc/variable_high_pass_filter_taps.block.yml b/gr-filter/grc/variable_high_pass_filter_taps.block.yml
index aea5cd92b..2de61e65d 100644
--- a/gr-filter/grc/variable_high_pass_filter_taps.block.yml
+++ b/gr-filter/grc/variable_high_pass_filter_taps.block.yml
@@ -1,6 +1,6 @@
id: variable_high_pass_filter_taps
label: High-pass Filter Taps
-flags: [ python ]
+flags: [ show_id, python ]
parameters:
- id: gain
diff --git a/gr-filter/grc/variable_low_pass_filter_taps.block.yml b/gr-filter/grc/variable_low_pass_filter_taps.block.yml
index 0d8364a9e..a70a07d4e 100644
--- a/gr-filter/grc/variable_low_pass_filter_taps.block.yml
+++ b/gr-filter/grc/variable_low_pass_filter_taps.block.yml
@@ -1,6 +1,6 @@
id: variable_low_pass_filter_taps
label: Low-pass Filter Taps
-flags: [ python ]
+flags: [ show_id, python ]
parameters:
- id: gain
diff --git a/gr-filter/grc/variable_rrc_filter_taps.block.yml b/gr-filter/grc/variable_rrc_filter_taps.block.yml
index 60f5420ee..8246081c5 100644
--- a/gr-filter/grc/variable_rrc_filter_taps.block.yml
+++ b/gr-filter/grc/variable_rrc_filter_taps.block.yml
@@ -1,6 +1,6 @@
id: variable_rrc_filter_taps
label: RRC Filter Taps
-flags: [ python, cpp ]
+flags: [ show_id, python, cpp ]
parameters:
- id: gain