diff options
author | Josh Blum | 2012-10-06 13:42:52 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-06 13:42:52 -0700 |
commit | fcf2261594e4bbc084c757e975e536428b4a2d0d (patch) | |
tree | eb2116ccf00fbc4630c88b2993d3a016e3619914 /include/gnuradio | |
parent | 5b7a0489def5c41c6b1a1569d4dd259788097605 (diff) | |
download | sandhi-fcf2261594e4bbc084c757e975e536428b4a2d0d.tar.gz sandhi-fcf2261594e4bbc084c757e975e536428b4a2d0d.tar.bz2 sandhi-fcf2261594e4bbc084c757e975e536428b4a2d0d.zip |
reimplement the output multiple items/work output items calculations
Diffstat (limited to 'include/gnuradio')
-rw-r--r-- | include/gnuradio/gr_block.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gnuradio/gr_block.h b/include/gnuradio/gr_block.h index 038c0dc..25ece79 100644 --- a/include/gnuradio/gr_block.h +++ b/include/gnuradio/gr_block.h @@ -56,6 +56,9 @@ struct GRAS_API gr_block : gnuradio::Block const OutputItems &output_items ); + //! Overload me! I am the forecast + virtual void forecast(int, std::vector<int> &); + /*! * \brief compute output items from input items * |