You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
466 B
28 lines
466 B
# auto-generated by grc.converter |
|
|
|
id: multirds_rds_decoder_redsea |
|
label: Rds decoder redsea |
|
category: '[multirds]' |
|
|
|
parameters: |
|
- id: log |
|
label: Log |
|
dtype: bool |
|
default: 'False' |
|
- id: debug |
|
label: Debug |
|
dtype: bool |
|
default: 'False' |
|
|
|
inputs: |
|
- domain: stream |
|
dtype: byte |
|
outputs: |
|
- domain: message |
|
optional: true |
|
|
|
templates: |
|
imports: import multirds |
|
make: multirds.rds_decoder_redsea(${log}, ${debug}) |
|
|
|
file_format: 1
|
|
|