|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# auto-generated by grc.converter |
|
|
|
# auto-generated by grc.converter |
|
|
|
|
|
|
|
|
|
|
|
id: multirds_rds_decoder |
|
|
|
id: multirds_rds_decoder |
|
|
|
label: Rds decoder |
|
|
|
label: multirds Rds decoder |
|
|
|
category: '[multirds]' |
|
|
|
category: '[multirds]' |
|
|
|
|
|
|
|
|
|
|
|
parameters: |
|
|
|
parameters: |
|
|
|
@ -9,10 +9,14 @@ parameters: |
|
|
|
label: Log |
|
|
|
label: Log |
|
|
|
dtype: bool |
|
|
|
dtype: bool |
|
|
|
default: 'False' |
|
|
|
default: 'False' |
|
|
|
|
|
|
|
options: ['True', 'False'] |
|
|
|
|
|
|
|
option_labels: [Enable, Disable] |
|
|
|
- id: debug |
|
|
|
- id: debug |
|
|
|
label: Debug |
|
|
|
label: Debug |
|
|
|
dtype: bool |
|
|
|
dtype: bool |
|
|
|
default: 'False' |
|
|
|
default: 'False' |
|
|
|
|
|
|
|
options: ['True', 'False'] |
|
|
|
|
|
|
|
option_labels: [Enable, Disable] |
|
|
|
|
|
|
|
|
|
|
|
inputs: |
|
|
|
inputs: |
|
|
|
- domain: stream |
|
|
|
- domain: stream |
|
|
|
@ -21,7 +25,6 @@ outputs: |
|
|
|
- domain: message |
|
|
|
- domain: message |
|
|
|
optional: true |
|
|
|
optional: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates: |
|
|
|
templates: |
|
|
|
imports: import multirds |
|
|
|
imports: import multirds |
|
|
|
make: multirds.rds_decoder(${log}, ${debug}) |
|
|
|
make: multirds.rds_decoder(${log}, ${debug}) |
|
|
|
|