hamnet70-gnuradio-legacy/gr-hamnet70/swig/hamnet70_swig.i
Thomas Kolb 0bf421c603 Added gr-hamnet70 OOT module
This module will contain custom blocks written for GNU Radio.

Up to now, it contains one block for rotating the phase for the amount
given in a specific tag on the stream.
2019-06-20 16:59:30 +02:00

17 lines
307 B
C++

/* -*- 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_phase_from_tag.h"
GR_SWIG_BLOCK_MAGIC2(hamnet70, correct_phase_from_tag);