diff options
author | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-07 17:59:01 +0200 |
---|---|---|
committer | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-07 17:59:01 +0200 |
commit | ea2b698dbad69cf5ae62c7cac3a7506d776b0dcd (patch) | |
tree | fb7f3d208433e75d4f18a3e13dc630e73af28869 /gr-zeromq/include/gnuradio/zeromq/pull_source.h | |
parent | 35aaec4d0d4b6f995911fd6d38697bc239cd68cf (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.h | 1 |
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 * |