aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-10-24 15:45:38 +0200
committerNaoki Pross <np@0hm.ch>2021-10-24 15:45:38 +0200
commit016fa82444bb17abbcfdcf5bce9a64347cae30b3 (patch)
tree7e1f8b02952b00c74339038180fee23dc33626ef /src
parentCreate nix overlay for gnuradio (diff)
parentUpdate RX UI block yaml (diff)
downloadFading-016fa82444bb17abbcfdcf5bce9a64347cae30b3.tar.gz
Fading-016fa82444bb17abbcfdcf5bce9a64347cae30b3.zip
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to 'src')
-rw-r--r--src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml b/src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml
index 60b91d0..140bb00 100644
--- a/src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml
+++ b/src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml
@@ -1,6 +1,6 @@
id: fading_ui_rx_ui_sink
-label: rx_ui_sink
-category: '[fading_ui]'
+label: DearPyGUI RX Sink
+category: '[Fading UI]'
templates:
imports: import fading_ui
@@ -12,12 +12,6 @@ templates:
# * label (label shown in the GUI)
# * dtype (e.g. int, float, complex, byte, short, xxx_vector, ...)
parameters:
-- id: ...
- label: ...
- dtype: ...
-- id: ...
- label: ...
- dtype: ...
# Make one 'inputs' list entry per input and one 'outputs' list entry per output.
# Keys include:
@@ -27,18 +21,24 @@ parameters:
# * vlen (optional - data stream vector length. Default is 1)
# * optional (optional - set to 1 for optional inputs. Default is 0)
inputs:
-- label: ...
- domain: ...
- dtype: ...
- vlen: ...
- optional: ...
+- label: locked
+ domain: stream
+ dtype: complex
+
+- label: equalized
+ domain: stream
+ dtype: complex
+
+- label: synchronized
+ domain: stream
+ dtype: complex
+
+- label: raw
+ domain: stream
+ dtype: complex
outputs:
-- label: ...
- domain: ...
- dtype: ...
- vlen: ...
- optional: ...
+ # there are no stream outputs, as this is a sink
# 'file_format' specifies the version of the GRC yml format used in the file
# and should usually not be changed.