gnuradio-core: Disable (temporarily) interpolator tap calculation
[debian/gnuradio] / gr-howto-write-a-block / swig / howto_square_ff.i
1 /*
2  * First arg is the package prefix.
3  * Second arg is the name of the class minus the prefix.
4  *
5  * This does some behind-the-scenes magic so we can
6  * access howto_square_ff from python as howto.square_ff
7  */
8 GR_SWIG_BLOCK_MAGIC(howto,square_ff);
9
10 howto_square_ff_sptr howto_make_square_ff ();
11
12 class howto_square_ff : public gr_block
13 {
14 private:
15   howto_square_ff ();
16 };