blob: 81cefd573a03ea517a56b3f727acdcd4bd9ac410 (
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_req_msg_source
label: ZMQ REQ 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.req_msg_source(${address}, ${timeout})
file_format: 1
|