Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/gr-howto-write-a-block)
Kludge Summary of gnuradio/gr-howto-write-a-block/swig
| Total Kludges |
1 |
| Total Subdirs |
0 |
All Directories within gnuradio/gr-howto-write-a-block/swig
All Files within gnuradio/gr-howto-write-a-block/swig
Kludge Snippets in gnuradio/gr-howto-write-a-block/swig
gnuradio/gr-howto-write-a-block/swig/howto_square_ff.i
| Category |
Magic |
| Committer |
Johnathan Corgan |
| Commit ID |
d462b559ef7618dcf3a61974ff4fc3fe199069a3 |
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