17 lines
307 B
OpenEdge ABL
17 lines
307 B
OpenEdge ABL
|
/* -*- 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);
|