/* -*- c++ -*- */ #define AGCS_API %include "gnuradio.i" // the common stuff //load generated python docstrings %include "agcs_swig_doc.i" %{ #include "agcs/log2agc.h" #include "agcs/newblock.h" %} %include "agcs/log2agc.h" GR_SWIG_BLOCK_MAGIC2(agcs, log2agc); %include "agcs/newblock.h" GR_SWIG_BLOCK_MAGIC2(agcs, newblock);