diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 13:56:45 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 14:10:00 -0400 |
commit | f133e151935aae0f42978b12ae83722a4de88893 (patch) | |
tree | b43e2549aba4f7ca30948acb24a46047aeab3586 /gr-blocks/include/blocks/ctrlport_probe2_c.h | |
parent | 8b1303bbb0bf72569a5149082796f50b6e8f9a5b (diff) |
grc: fixing up new next structure blocks for GRC categories.
docs: also updating Doxygen category for all new/moved blocks.
Diffstat (limited to 'gr-blocks/include/blocks/ctrlport_probe2_c.h')
-rw-r--r-- | gr-blocks/include/blocks/ctrlport_probe2_c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/ctrlport_probe2_c.h b/gr-blocks/include/blocks/ctrlport_probe2_c.h index 9a6034fcca..736c23e4e7 100644 --- a/gr-blocks/include/blocks/ctrlport_probe2_c.h +++ b/gr-blocks/include/blocks/ctrlport_probe2_c.h @@ -31,7 +31,10 @@ namespace gr { /*! * \brief A ControlPort probe to export vectors of signals. + * \ingroup measurement_tools_blk + * \ingroup controlport_blk * + * \details * This block acts as a sink in the flowgraph but also exports * vectors of complex samples over ControlPort. This block holds * the latest \p len number of complex samples so that every query |