Difference between revisions of "ZMQ REQ Message Source"
From GNU Radio
(add example flowgraph) |
m (rewording) |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | The ZMQ REQ Message Source block receives messages from a ZMQ REQ socket and outputs async messages. This block will connect to a ZMQ REP Message Sink only. | + | The ZMQ REQ Message Source block receives messages from a ZMQ REQ socket and outputs async messages. This block will connect to a ZMQ REP Message Sink <b>only</b>. |
== Parameters == | == Parameters == | ||
Line 9: | Line 9: | ||
; Timeout | ; Timeout | ||
− | : | + | : Socket timeout in milliseconds, default is 100ms. |
== Example Flowgraph == | == Example Flowgraph == |
Revision as of 16:09, 25 February 2020
The ZMQ REQ Message Source block receives messages from a ZMQ REQ socket and outputs async messages. This block will connect to a ZMQ REP Message Sink only.
Parameters
(R): Run-time adjustable
- Address
- ZMQ socket address specifier. The format of the address is
tcp://*:port
where * should be 127.0.0.1 for localhost.
- Timeout
- Socket timeout in milliseconds, default is 100ms.
Example Flowgraph
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO