summaryrefslogtreecommitdiff
path: root/gr-blocks/include/blocks/multiply_const_ff.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: updating Doxygen categories for all blocks.Tom Rondeau2013-04-041-1/+1
| | | | Block categories in Doxygen now match where they are in GRC's category tree.
* Docs: Fixing Doxygen markup for missing constructor parameters.Tom Rondeau2012-12-031-0/+1
|
* blocks: completed transition of add and multiply blocksJohnathan Corgan2012-06-161-0/+66
* gr::blocks::add_* * gr::blocks::add_const_* * gr::blocks::add_const_v* * gr::blocks::multiply_* * gr::blocks::multiply_const_* * gr::blocks::multiply_const_v* Each of these has ss, ii, ff, and cc versions, for a total of 24 blocks.