/* -*- c++ -*- */ #define HAMNET70_API %include "gnuradio.i" // the common stuff //load generated python docstrings %include "hamnet70_swig_doc.i" %{ #include "hamnet70/correct_phase_from_tag.h" #include "hamnet70/correct_frequency.h" #include "hamnet70/freq_est_lr.h" #include "hamnet70/pid_controller.h" %} %include "hamnet70/correct_phase_from_tag.h" GR_SWIG_BLOCK_MAGIC2(hamnet70, correct_phase_from_tag); %include "hamnet70/correct_frequency.h" GR_SWIG_BLOCK_MAGIC2(hamnet70, correct_frequency); %include "hamnet70/freq_est_lr.h" GR_SWIG_BLOCK_MAGIC2(hamnet70, freq_est_lr); %include "hamnet70/pid_controller.h" GR_SWIG_BLOCK_MAGIC2(hamnet70, pid_controller);