blob: f775a489ef606c97df513b602a5affae7fd1c9be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
id: digital_hdlc_framer_pb
label: HDLC Framer
parameters:
- id: frame_tag_name
label: Frame tag name
dtype: string
inputs:
- domain: message
id: in
outputs:
- domain: stream
dtype: byte
templates:
imports: from gnuradio import digital
make: digital.hdlc_framer_pb(${frame_tag_name})
file_format: 1
|