diff options
Diffstat (limited to 'gr-blocks/include/blocks/float_to_uchar.h')
-rw-r--r-- | gr-blocks/include/blocks/float_to_uchar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/float_to_uchar.h b/gr-blocks/include/blocks/float_to_uchar.h index b5d0d08f7d..9bfaaa65aa 100644 --- a/gr-blocks/include/blocks/float_to_uchar.h +++ b/gr-blocks/include/blocks/float_to_uchar.h @@ -31,7 +31,7 @@ namespace gr { /*! * \brief Convert stream of floats to a stream of unsigned chars - * \ingroup converter_blk + * \ingroup type_converters_blk */ class BLOCKS_API float_to_uchar : virtual public gr_sync_block { @@ -40,6 +40,9 @@ namespace gr { // gr::blocks::float_to_uchar_ff::sptr typedef boost::shared_ptr<float_to_uchar> sptr; + /*! + * Build a float to uchar block. + */ static sptr make(); }; |