/usr/include/gnuradio/swig/iqbalance_swig.i is in gr-iqbal 0.37.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /* -*- c++ -*- */
#define IQBALANCE_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "iqbalance_swig_doc.i"
%{
#include "gnuradio/iqbalance/fix_cc.h"
#include "gnuradio/iqbalance/optimize_c.h"
%}
%include "gnuradio/iqbalance/fix_cc.h"
GR_SWIG_BLOCK_MAGIC2(iqbalance, fix_cc);
%include "gnuradio/iqbalance/optimize_c.h"
GR_SWIG_BLOCK_MAGIC2(iqbalance, optimize_c);
|