blob: 00be80c2c246b5bdcc34b254cf382746d4c7af47 (
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_pull_msg_source
label: ZMQ PULL 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.pull_msg_source(${address}, ${timeout})
file_format: 1
|