diff options
Diffstat (limited to '')
-rw-r--r-- | src/gr-fading_ui/grc/fading_ui_rx_ui_sink.block.yml | 36 |
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. |