diff options
author | Marc L <marcll@vt.edu> | 2017-08-29 21:04:57 -0400 |
---|---|---|
committer | Marc L <marcll@vt.edu> | 2017-08-29 21:04:57 -0400 |
commit | 7ba0077f049e66bf77794253e83955af5ce5426d (patch) | |
tree | 479462ad41c9498f5535a412a3a3096b196c4262 /gr-zeromq/include/gnuradio/zeromq/pull_source.h | |
parent | ec71327d2949649866d85b1b80356481693ca38e (diff) |
docs: fixed units of timeout param in all the zmq blocks
Diffstat (limited to 'gr-zeromq/include/gnuradio/zeromq/pull_source.h')
-rw-r--r-- | gr-zeromq/include/gnuradio/zeromq/pull_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/include/gnuradio/zeromq/pull_source.h b/gr-zeromq/include/gnuradio/zeromq/pull_source.h index 07cf6af128..ecfe508b0a 100644 --- a/gr-zeromq/include/gnuradio/zeromq/pull_source.h +++ b/gr-zeromq/include/gnuradio/zeromq/pull_source.h @@ -48,7 +48,7 @@ namespace gr { * \param itemsize Size of a stream item in bytes. * \param vlen Vector length of the input items. Note that one vector is one item. * \param address ZMQ socket address specifier. - * \param timeout Receive timeout in seconds, default is 100ms, 1us increments. + * \param timeout Receive timeout in milliseconds, default is 100ms, 1us increments. * \param pass_tags Whether source will look for and deserialize tags. * \param hwm High Watermark to configure the socket to (-1 => zmq's default) */ |