1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
# auto-generated by grc.converter
id: rds_decoder
label: RDS Decoder
category: '[RDS]'
parameters:
- id: log
label: Log
dtype: bool
default: 'False'
options: ['True', 'False']
option_labels: [Enable, Disable]
- id: debug
label: Debug
dtype: bool
default: 'False'
options: ['True', 'False']
option_labels: [Enable, Disable]
inputs:
- domain: stream
dtype: byte
outputs:
- domain: message
id: out
optional: true
templates:
imports: import rds
make: rds.decoder(${log}, ${debug})
file_format: 1
|