From f2cb8e298e5894171abe577ac41e4b784dbb6059 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 22 Oct 2021 16:48:35 +0200 Subject: Update RX UI block yaml --- .../grc/fading_ui_rx_ui_sink.block.yml | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/gr-fading_ui') 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. -- cgit v1.2.1