summaryrefslogtreecommitdiff
path: root/gr-zeromq/grc/zeromq_sub_msg_source.block.yml
blob: a9202d9480da910bd5f38985cb35e2036e38a447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
id: zeromq_sub_msg_source
label: ZMQ SUB Message Source
category: '[Core]/ZeroMQ Interfaces'

parameters:
-   id: address
    label: Address
    dtype: string
-   id: timeout
    label: Timeout (msec)
    dtype: float
    default: '100'

outputs:
-   domain: message
    id: out
    optional: true

templates:
    imports: from gnuradio import zeromq
    make: zeromq.sub_msg_source(${address}, ${timeout})

file_format: 1