summaryrefslogtreecommitdiff
path: root/gr-zeromq/include/gnuradio/zeromq/pull_source.h
diff options
context:
space:
mode:
authorJohannes Schmitz <schmitz@ti.rwth-aachen.de>2014-05-07 17:59:01 +0200
committerJohannes Schmitz <schmitz@ti.rwth-aachen.de>2014-05-07 17:59:01 +0200
commitea2b698dbad69cf5ae62c7cac3a7506d776b0dcd (patch)
treefb7f3d208433e75d4f18a3e13dc630e73af28869 /gr-zeromq/include/gnuradio/zeromq/pull_source.h
parent35aaec4d0d4b6f995911fd6d38697bc239cd68cf (diff)
zeromq: Fix doxygen and memcpy for vlen
Diffstat (limited to 'gr-zeromq/include/gnuradio/zeromq/pull_source.h')
-rw-r--r--gr-zeromq/include/gnuradio/zeromq/pull_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-zeromq/include/gnuradio/zeromq/pull_source.h b/gr-zeromq/include/gnuradio/zeromq/pull_source.h
index 12c1005174..4306931e6e 100644
--- a/gr-zeromq/include/gnuradio/zeromq/pull_source.h
+++ b/gr-zeromq/include/gnuradio/zeromq/pull_source.h
@@ -46,6 +46,7 @@ namespace gr {
* \brief Return a shared_ptr to a new instance of gr::zeromq::pull_source.
*
* \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
*