1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
/* -*- c++ -*- */
/*
* Copyright 2012-2013 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#define BLOCKS_API
%include "gnuradio.i"
//load generated python docstrings
%include "blocks_swig0_doc.i"
%{
#include "gnuradio/blocks/annotator_1to1.h"
#include "gnuradio/blocks/annotator_alltoall.h"
#include "gnuradio/blocks/annotator_raw.h"
#include "gnuradio/blocks/correctiq.h"
#include "gnuradio/blocks/correctiq_man.h"
#include "gnuradio/blocks/correctiq_auto.h"
#include "gnuradio/blocks/correctiq_swapiq.h"
#include "gnuradio/blocks/control_loop.h"
#include "gnuradio/blocks/copy.h"
#include "gnuradio/blocks/delay.h"
#include "gnuradio/blocks/endian_swap.h"
#include "gnuradio/blocks/file_descriptor_sink.h"
#include "gnuradio/blocks/file_descriptor_source.h"
#include "gnuradio/blocks/file_sink_base.h"
#include "gnuradio/blocks/file_sink.h"
#include "gnuradio/blocks/file_source.h"
#include "gnuradio/blocks/file_meta_sink.h"
#include "gnuradio/blocks/file_meta_source.h"
#include "gnuradio/blocks/head.h"
#include "gnuradio/blocks/message_debug.h"
#include "gnuradio/blocks/message_strobe.h"
#include "gnuradio/blocks/message_strobe_random.h"
#include "gnuradio/blocks/nop.h"
#include "gnuradio/blocks/null_sink.h"
#include "gnuradio/blocks/null_source.h"
%}
%include "gnuradio/blocks/annotator_1to1.h"
%include "gnuradio/blocks/annotator_alltoall.h"
%include "gnuradio/blocks/annotator_raw.h"
%include "gnuradio/blocks/correctiq.h"
%include "gnuradio/blocks/correctiq_man.h"
%include "gnuradio/blocks/correctiq_auto.h"
%include "gnuradio/blocks/correctiq_swapiq.h"
%include "gnuradio/blocks/control_loop.h"
%include "gnuradio/blocks/copy.h"
%include "gnuradio/blocks/delay.h"
%include "gnuradio/blocks/endian_swap.h"
%include "gnuradio/blocks/file_descriptor_sink.h"
%include "gnuradio/blocks/file_descriptor_source.h"
%include "gnuradio/blocks/file_sink_base.h"
%include "gnuradio/blocks/file_sink.h"
%include "gnuradio/blocks/file_source.h"
%include "gnuradio/blocks/file_meta_sink.h"
%include "gnuradio/blocks/file_meta_source.h"
%include "gnuradio/blocks/head.h"
%include "gnuradio/blocks/message_debug.h"
%include "gnuradio/blocks/message_strobe.h"
%include "gnuradio/blocks/message_strobe_random.h"
%include "gnuradio/blocks/nop.h"
%include "gnuradio/blocks/null_sink.h"
%include "gnuradio/blocks/null_source.h"
GR_SWIG_BLOCK_MAGIC2(blocks, annotator_1to1);
GR_SWIG_BLOCK_MAGIC2(blocks, annotator_alltoall);
GR_SWIG_BLOCK_MAGIC2(blocks, annotator_raw);
GR_SWIG_BLOCK_MAGIC2(blocks, correctiq);
GR_SWIG_BLOCK_MAGIC2(blocks, correctiq_man);
GR_SWIG_BLOCK_MAGIC2(blocks, correctiq_auto);
GR_SWIG_BLOCK_MAGIC2(blocks, swap_iq);
GR_SWIG_BLOCK_MAGIC2(blocks, copy);
GR_SWIG_BLOCK_MAGIC2(blocks, delay);
GR_SWIG_BLOCK_MAGIC2(blocks, endian_swap);
GR_SWIG_BLOCK_MAGIC2(blocks, file_descriptor_sink);
GR_SWIG_BLOCK_MAGIC2(blocks, file_descriptor_source);
GR_SWIG_BLOCK_MAGIC2(blocks, file_sink);
GR_SWIG_BLOCK_MAGIC2(blocks, file_source);
GR_SWIG_BLOCK_MAGIC2(blocks, file_meta_sink);
GR_SWIG_BLOCK_MAGIC2(blocks, file_meta_source);
GR_SWIG_BLOCK_MAGIC2(blocks, head);
GR_SWIG_BLOCK_MAGIC2(blocks, message_debug);
GR_SWIG_BLOCK_MAGIC2(blocks, message_strobe);
GR_SWIG_BLOCK_MAGIC2(blocks, message_strobe_random);
GR_SWIG_BLOCK_MAGIC2(blocks, nop);
GR_SWIG_BLOCK_MAGIC2(blocks, null_sink);
GR_SWIG_BLOCK_MAGIC2(blocks, null_source);
#ifdef GR_CTRLPORT
%{
#include "gnuradio/blocks/ctrlport_probe_c.h"
#include "gnuradio/blocks/ctrlport_probe2_c.h"
#include "gnuradio/blocks/ctrlport_probe2_f.h"
#include "gnuradio/blocks/ctrlport_probe2_s.h"
#include "gnuradio/blocks/ctrlport_probe2_i.h"
#include "gnuradio/blocks/ctrlport_probe2_b.h"
%}
%include "gnuradio/blocks/ctrlport_probe_c.h"
%include "gnuradio/blocks/ctrlport_probe2_c.h"
%include "gnuradio/blocks/ctrlport_probe2_f.h"
%include "gnuradio/blocks/ctrlport_probe2_s.h"
%include "gnuradio/blocks/ctrlport_probe2_i.h"
%include "gnuradio/blocks/ctrlport_probe2_b.h"
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe_c);
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe2_c);
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe2_f);
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe2_s);
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe2_i);
GR_SWIG_BLOCK_MAGIC2(blocks, ctrlport_probe2_b);
#endif /* GR_CTRLPORT */
|