id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
38,995
flat_flowgraph.cc
gnuradio_gnuradio/gnuradio-runtime/lib/flat_flowgraph.cc
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "flat_flowgraph.h" #include <gnuradio/block_detail.h> #include <gnuradio/buffer.h> #include <gnurad...
20,421
C++
.cc
458
33.81441
90
0.536834
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
38,997
sys_paths.cc
gnuradio_gnuradio/gnuradio-runtime/lib/sys_paths.cc
/* * Copyright 2011,2013 Free Software Foundation, Inc. * Copyright 2024 mboersch, Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/sys_paths.h> #include <type_traits> #include <cstdlib> //getenv #include <filesystem> namespace gr { namesp...
4,702
C++
.cc
136
30.404412
90
0.663072
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
38,998
thread_body_wrapper.cc
gnuradio_gnuradio/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
/* -*- c++ -*- */ /* * Copyright 2008,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/logger.h> #include <gnuradio/thread/thread_body_wrapper.h> #ifdef HAVE_SIGNAL_H #in...
1,673
C++
.cc
70
20.8
84
0.681961
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,000
thread_group.cc
gnuradio_gnuradio/gnuradio-runtime/lib/thread/thread_group.cc
/* -*- c++ -*- */ /* * Copyright (C) 2001-2003 William E. Kempf * Copyright (C) 2007 Anthony Williams * Copyright 2008 Free Software Foundation, Inc. * Copyright 2023 Marcus Müller * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boo...
2,087
C++
.cc
68
27.588235
87
0.691924
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,001
rpcserver_aggregator.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/rpcserver_aggregator.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/rpcserver_aggregator.h> #include <gnuradio/rpcserver_booter_base.h> #include <algorithm> #include <sstream> #include <stdexcept> rpcserve...
3,417
C++
.cc
82
31.597561
90
0.612767
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,002
rpcserver_booter_aggregator.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/rpcserver_booter_aggregator.h> rpcserver_booter_aggregator::rpcserver_booter_aggregator() : d_type(std::string("aggregator")), server...
945
C++
.cc
29
30.241379
80
0.721366
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
39,003
rpcserver_selector.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/rpcserver_selector.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/rpcmanager.h> #include <gnuradio/rpcserver_booter_aggregator.h> #include <gnuradio/rpcserver_selector.h> bool rpcmanager::make_aggregator...
930
C++
.cc
33
26.757576
82
0.8
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,004
rpcmanager.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/rpcmanager.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/rpcmanager.h> #include <cassert> #include <memory> #include <stdexcept> rpcmanager::rpcmanager() { ; } rpcmanager::~rpcmanager() { ; } ...
1,230
C++
.cc
42
24.428571
90
0.65313
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,005
rpcserver_thrift.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/thrift/rpcserver_thrift.cc
/* -*- c++ -*- */ /* * Copyright 2014,2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "thrift/ControlPort.h" #include <gnuradio/rpcserver_thrift.h> #include <pmt/pmt.h> #include <thrift/protocol/TBinaryProtocol.h> #include <thrif...
9,404
C++
.cc
248
29.016129
90
0.590879
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,006
rpcpmtconverters_thrift.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc
/* * Copyright 2014,2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "thrift/gnuradio_types.h" #include <gnuradio/gr_complex.h> #include <gnuradio/logger.h> #include <gnuradio/rpcpmtconverters_thrift.h> GNURadio::Knob rpcpmtconve...
10,610
C++
.cc
244
37.918033
88
0.672822
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,007
thrift_application_base.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/thrift/thrift_application_base.cc
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/thrift_application_base.h>
209
C++
.cc
10
19.1
48
0.671717
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
39,008
rpcserver_booter_thrift.cc
gnuradio_gnuradio/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/rpcserver_booter_thrift.h> #include <gnuradio/rpcserver_thrift.h> #include <boost/asio/ip/host_name.hpp> namespace { static const char* ...
4,388
C++
.cc
108
33.805556
90
0.679436
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,009
msg_accepter.cc
gnuradio_gnuradio/gnuradio-runtime/lib/messages/msg_accepter.cc
/* -*- c++ -*- */ /* * Copyright 2009,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <gnuradio/messages/msg_accepter.h> namespace gr { namespace messages { msg_accepter::~msg_ac...
425
C++
.cc
21
18.47619
53
0.696742
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
39,010
msg_producer.cc
gnuradio_gnuradio/gnuradio-runtime/lib/messages/msg_producer.cc
/* -*- c++ -*- */ /* * Copyright 2012-2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <gnuradio/messages/msg_producer.h> namespace gr { namespace messages { msg_producer::~msg_pr...
425
C++
.cc
21
18.47619
53
0.696742
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
39,011
msg_accepter_msgq.cc
gnuradio_gnuradio/gnuradio-runtime/lib/messages/msg_accepter_msgq.cc
/* -*- c++ -*- */ /* * Copyright 2009,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #if HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/messages/msg_accepter_msgq.h> namespace gr { namespace messages { msg_accepter_msgq::...
600
C++
.cc
23
24.304348
80
0.703509
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
39,013
qa_fxpt_vco.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_fxpt_vco.cc
/* -*- c++ -*- */ /* * Copyright 2004,2005,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "vco.h" #include <gnuradio/fxpt_vco.h> #include <unistd.h> #include <boost/test/unit_test...
3,199
C++
.cc
86
32.139535
90
0.614364
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,014
qa_sincos.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_sincos.cc
/* -*- c++ -*- */ /* * Copyright 2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/sincos.h> #include <boost/test/unit_test.hpp> #include <cmath> BOOST_AUTO_TEST_CASE...
1,077
C++
.cc
43
20.488372
53
0.576172
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,016
qa_fxpt_nco.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_fxpt_nco.cc
/* -*- c++ -*- */ /* * Copyright 2004,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/fxpt_nco.h> #include <gnuradio/nco.h> #include <unistd.h> #include <boost/test/...
3,300
C++
.cc
80
35.6625
90
0.605263
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,017
qa_math.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_math.cc
/* * Copyright 2008 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/math.h> #include <boost/test/unit_test.hpp> #include <cmath> BOOST_AUTO_TEST_CASE(test_binary_slicer1) { float x[5] = { -1, -0.5, 0, 0.5, 1.0 }; un...
1,705
C++
.cc
58
23.517241
80
0.527217
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,018
random.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/random.cc
/* -*- c++ -*- */ /* * Copyright 2002,2015,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* * Copyright 1997 Massachusetts Institute of Technology * * Permission to use, copy, modify, distribute, and sell this software and its * ...
3,856
C++
.cc
116
29.715517
90
0.668547
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,019
qa_fast_atan2f.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_fast_atan2f.cc
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/math.h> #include <boost/test/unit_test.hpp> #include <cmath> #include <limits> #ifdef _M...
2,477
C++
.cc
98
20.571429
57
0.558811
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,020
fxpt.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/fxpt.cc
/* -*- c++ -*- */ /* * Copyright 2004,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <gnuradio/fxpt.h> namespace gr { const float fxpt::s_sine_table[1 << NBITS][2] = { #include ...
520
C++
.cc
21
23.142857
53
0.701826
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,021
qa_fxpt.cc
gnuradio_gnuradio/gnuradio-runtime/lib/math/qa_fxpt.cc
/* -*- c++ -*- */ /* * Copyright 2004,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/fxpt.h> #include <gnuradio/math.h> #include <unistd.h> #include <boost/test/uni...
3,212
C++
.cc
78
35.666667
90
0.6224
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,023
qa_pmt_prims.cc
gnuradio_gnuradio/gnuradio-runtime/lib/pmt/qa_pmt_prims.cc
/* -*- c++ -*- */ /* * Copyright 2006,2009,2010 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/messages/msg_passing.h> #include <pmt/api.h> //reason: suppress warnings #include <boost/test/unit_test.hpp> #include <cstring> ...
20,123
C++
.cc
493
36.160243
89
0.590741
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,024
pmt_unv.cc
gnuradio_gnuradio/gnuradio-runtime/lib/pmt/pmt_unv.cc
/* -*- c++ -*- */ /* * Copyright 2006,2009,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ // This file is machine generated using the generate_unv.py tool #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "pmt_int.h" #include "p...
38,837
C++
.cc
1,266
27.315166
90
0.616932
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,025
pmt_serialize.cc
gnuradio_gnuradio/gnuradio-runtime/lib/pmt/pmt_serialize.cc
/* -*- c++ -*- */ /* * Copyright 2007,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "pmt/pmt_serial_tags.h" #include "pmt_int.h" #include <pmt/pmt.h> #include <cstdint> #include ...
26,063
C++
.cc
726
27.544077
90
0.547685
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,026
pmt_pool.cc
gnuradio_gnuradio/gnuradio-runtime/lib/pmt/pmt_pool.cc
/* -*- c++ -*- */ /* * Copyright 2007,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <pmt/pmt_pool.h> #include <algorithm> #include <cstdint> namespace pmt { static inline size_...
2,188
C++
.cc
85
20.705882
79
0.572387
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
39,028
qa_pmt_unv.cc
gnuradio_gnuradio/gnuradio-runtime/lib/pmt/qa_pmt_unv.cc
/* -*- c++ -*- */ /* * Copyright 2006,2009,2010 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/messages/msg_passing.h> #include <pmt/api.h> //reason: suppress warnings #include <pmt/pmt.h> #include <boost/test/unit_test.hpp...
14,104
C++
.cc
366
33.729508
84
0.631417
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,029
gnuradio-config-info.cc
gnuradio_gnuradio/gnuradio-runtime/apps/gnuradio-config-info.cc
/* -*- c++ -*- */ /* * Copyright 2009 Free Software Foundation, Inc. * Copyright 2024 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #if HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/constants.h> #include <gnuradio/prefs.h> #include <gnuradio...
3,356
C++
.cc
82
34.670732
84
0.596556
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,030
runtime_types_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/runtime_types_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,110
C++
.cc
23
46.73913
85
0.513863
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,031
sptr_magic_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sptr_magic_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,101
C++
.cc
23
46.347826
85
0.509786
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,032
tpb_detail_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/tpb_detail_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,978
C++
.cc
45
38.711111
87
0.541103
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,033
tags_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/tags_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * Copyright 2021 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool a...
2,019
C++
.cc
46
38.608696
85
0.521429
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,035
constants_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/constants_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,010
C++
.cc
41
45.487805
85
0.567526
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,036
prefs_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/prefs_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
3,460
C++
.cc
93
27.602151
90
0.464404
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,037
rpcserver_aggregator_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcserver_aggregator_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,131
C++
.cc
23
47.652174
89
0.523119
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,038
hier_block2_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/hier_block2_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
8,314
C++
.cc
190
32.752632
90
0.515148
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,039
rpcserver_booter_base_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcserver_booter_base_python.cc
/* * Copyright 2024 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,351
C++
.cc
30
42.433333
85
0.551672
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,040
block_detail_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/block_detail_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
11,069
C++
.cc
236
34.40678
89
0.526331
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,041
buffer_type_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_type_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,555
C++
.cc
32
46.59375
85
0.571995
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,042
logger_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/logger_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * Copyright 2021,2022 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindt...
5,885
C++
.cc
143
31.433566
88
0.491886
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,043
python_bindings.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/python_bindings.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <pybind11/pybind11.h> #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <gnuradio/gr_complex.h> #include <numpy/arrayobject.h> namespace py = pybind11; v...
6,434
C++
.cc
195
29.94359
73
0.683017
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,044
top_block_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/top_block_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
4,467
C++
.cc
105
36.104762
90
0.545096
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,045
rpcserver_booter_aggregator_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcserver_booter_aggregator_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,113
C++
.cc
23
46.869565
85
0.548387
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,046
fxpt_nco_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_nco_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
4,815
C++
.cc
111
33.234234
90
0.466266
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,047
sincos_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sincos_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,474
C++
.cc
39
33.615385
85
0.495792
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,048
block_gateway_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/block_gateway_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "block_gateway.h" #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> #include <memory> #include <string> namespace py = pybind1...
8,292
C++
.cc
202
29.059406
90
0.52446
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,049
nco_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/nco_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,164
C++
.cc
25
45.08
85
0.52381
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,050
pdu_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/pdu_python.cc
/* * Copyright 2021 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
4,065
C++
.cc
78
45.653846
90
0.559391
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,052
sync_decimator_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,522
C++
.cc
56
37.803571
87
0.548506
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,053
block_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/block_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
14,651
C++
.cc
308
35.834416
90
0.53626
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,054
basic_block_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/basic_block_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
7,868
C++
.cc
178
33.404494
88
0.529071
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,056
rpcmanager_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcmanager_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,272
C++
.cc
29
41.482759
85
0.522617
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,057
rpcserver_base_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcserver_base_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,113
C++
.cc
23
46.869565
85
0.515207
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,058
dictionary_logger_backend_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/dictionary_logger_backend_python.cc
/* * Copyright 2022 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* The following li...
1,878
C++
.cc
40
42.475
85
0.573618
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,059
buffer_reader_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_reader_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
3,785
C++
.cc
83
37.192771
90
0.554796
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,060
random_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/random_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
3,160
C++
.cc
65
41.353846
88
0.550687
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,062
math_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/math_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
4,167
C++
.cc
103
32.757282
90
0.506594
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,063
rpcregisterhelpers_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,125
C++
.cc
23
47.391304
87
0.523245
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,064
fxpt_vco_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_vco_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,766
C++
.cc
62
36.854839
90
0.493279
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,065
io_signature_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/io_signature_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
5,975
C++
.cc
129
33.193798
89
0.486171
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,067
rpccallbackregister_base_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/rpccallbackregister_base_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,555
C++
.cc
60
37.566667
85
0.589537
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,068
flowgraph_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/flowgraph_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
6,660
C++
.cc
142
37.133803
90
0.524091
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,069
high_res_timer_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/high_res_timer_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,599
C++
.cc
33
45.757576
88
0.556986
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,070
thrift_application_base_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/thrift_application_base_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,101
C++
.cc
23
46.347826
85
0.543336
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,071
sync_block_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sync_block_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,342
C++
.cc
54
36.574074
85
0.530657
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,072
expj_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/expj_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,083
C++
.cc
23
45.565217
85
0.504265
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,073
endianness_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/endianness_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,288
C++
.cc
29
42
85
0.517957
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,074
sys_paths_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sys_paths_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,366
C++
.cc
53
40.641509
90
0.565915
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,075
buffer_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/buffer_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,802
C++
.cc
40
41.775
85
0.572
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,076
sync_interpolator_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/sync_interpolator_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,638
C++
.cc
59
37.220339
86
0.555947
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,077
realtime_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/realtime_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,863
C++
.cc
40
42.85
85
0.522289
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,078
fxpt_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,067
C++
.cc
48
35.416667
85
0.474237
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,079
thread_body_wrapper_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/thread/thread_body_wrapper_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
452
C++
.cc
15
28.333333
90
0.740741
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,080
thread_group_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/thread/thread_group_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
933
C++
.cc
26
31.807692
82
0.668151
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,081
thread_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/thread/thread_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
1,676
C++
.cc
46
29.652174
87
0.579791
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,082
msg_producer_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/messages/msg_producer_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
609
C++
.cc
20
27.9
87
0.729776
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,085
msg_passing_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/gnuradio/gr/bindings/messages/msg_passing_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
1,398
C++
.cc
44
24.227273
87
0.534521
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,087
pmt_pool_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/pmt/bindings/pmt_pool_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
987
C++
.cc
29
29
79
0.62328
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,088
python_bindings.cc
gnuradio_gnuradio/gnuradio-runtime/python/pmt/bindings/python_bindings.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <pybind11/pybind11.h> #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <numpy/arrayobject.h> namespace py = pybind11; void bind_pmt(py::module&); void b...
991
C++
.cc
37
24.162162
73
0.704762
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,089
pmt_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/pmt/bindings/pmt_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
42,556
C++
.cc
1,077
29.075209
90
0.489624
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,090
pmt_sugar_python.cc
gnuradio_gnuradio/gnuradio-runtime/python/pmt/bindings/pmt_sugar_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* This file is automatically generated using bindtool */ #include <pybind11/complex.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; #i...
5,913
C++
.cc
172
21.523256
90
0.367275
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,091
audio_registry.cc
gnuradio_gnuradio/gr-audio/lib/audio_registry.cc
/* * Copyright 2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "audio_registry.h" #include <gnuradio/logger.h> #include <gnuradio/prefs.h> #include <stdexcept> #include <vector> namespace gr { namespace audio { /*****...
5,586
C++
.cc
155
31.56129
89
0.613573
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,092
jack_source.cc
gnuradio_gnuradio/gr-audio/lib/jack/jack_source.cc
/* -*- c++ -*- */ /* * Copyright 2005,2006,2010,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "jack_impl.h" #include "jack_source.h" #include ...
7,563
C++
.cc
193
32.34715
90
0.615553
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,093
jack_sink.cc
gnuradio_gnuradio/gr-audio/lib/jack/jack_sink.cc
/* -*- c++ -*- */ /* * Copyright 2005-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "jack_impl.h" #include "jack_sink.h" #include <gnurad...
7,580
C++
.cc
192
31.895833
90
0.601009
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,094
jack_impl.cc
gnuradio_gnuradio/gr-audio/lib/jack/jack_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "jack_impl.h" #include <algorithm>
256
C++
.cc
14
16.642857
48
0.679167
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
39,095
alsa_source.cc
gnuradio_gnuradio/gr-audio/lib/alsa/alsa_source.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "alsa_impl.h" #include "alsa_source.h" #include <gnuradio/...
15,694
C++
.cc
383
33.691906
90
0.605241
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,096
alsa_impl.cc
gnuradio_gnuradio/gr-audio/lib/alsa/alsa_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #warning "ALSA CONFIG H" #include "config.h" #endif #include <gnuradio/logger.h> #include "alsa_impl.h" #include <algorithm> static ...
5,923
C++
.cc
154
28.454545
90
0.539558
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,097
alsa_sink.cc
gnuradio_gnuradio/gr-audio/lib/alsa/alsa_sink.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "alsa_impl.h" #include "alsa_sink.h" #include <gnuradio/io_sign...
16,658
C++
.cc
419
32.107399
90
0.588436
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,098
osx_source.cc
gnuradio_gnuradio/gr-audio/lib/osx/osx_source.cc
/* -*- c++ -*- */ /* * Copyright 2006-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "osx_source.h" #include <gnuradio/io_signature.h> #...
47,473
C++
.cc
1,053
33.182336
90
0.567743
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,099
osx_sink.cc
gnuradio_gnuradio/gr-audio/lib/osx/osx_sink.cc
/* -*- c++ -*- */ /* * Copyright 2006-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "osx_sink.h" #include <gnuradio/io_signature.h> #in...
30,455
C++
.cc
719
30.751043
90
0.554469
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,100
osx_impl.cc
gnuradio_gnuradio/gr-audio/lib/osx/osx_impl.cc
/* -*- c++ -*- */ /* * Copyright 2014 Free Software Foundation, Inc. * * This file is part of GNU Radio. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include <gnuradio/audio/osx_impl.h> #include <gnuradio/logger.h> #include...
9,642
C++
.cc
233
31.188841
90
0.551404
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,101
portaudio_impl.cc
gnuradio_gnuradio/gr-audio/lib/portaudio/portaudio_impl.cc
/* -*- c++ -*- */ /* * Copyright 2006,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "portaudio_impl.h" #include <portaudio.h> #include <string_view> #include <tuple> #include <ve...
3,141
C++
.cc
80
30.8875
86
0.564304
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
39,102
portaudio_sink.cc
gnuradio_gnuradio/gr-audio/lib/portaudio/portaudio_sink.cc
/* -*- c++ -*- */ /* * Copyright 2006-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef _MSC_VER #include <io.h> #endif #include "../audio_registry.h" #include "portaudio_im...
11,607
C++
.cc
296
30.533784
90
0.590901
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,103
portaudio_source.cc
gnuradio_gnuradio/gr-audio/lib/portaudio/portaudio_source.cc
/* -*- c++ -*- */ /* * Copyright 2006-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef _MSC_VER #include <io.h> #endif #include "../audio_registry.h" #include "portaudio_im...
11,974
C++
.cc
300
30.65
90
0.578046
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,104
oss_source.cc
gnuradio_gnuradio/gr-audio/lib/oss/oss_source.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "oss_source.h" #include <gnuradio/io_signature.h> #include...
4,936
C++
.cc
139
28.906475
90
0.586742
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,105
oss_sink.cc
gnuradio_gnuradio/gr-audio/lib/oss/oss_sink.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "oss_sink.h" #include <gnuradio/io_signature.h> #include <...
4,421
C++
.cc
127
28.251969
90
0.571729
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
39,106
windows_source.cc
gnuradio_gnuradio/gr-audio/lib/windows/windows_source.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "windows_source.h" #include <gnuradio/io_signature.h>...
12,943
C++
.cc
314
32.178344
90
0.587072
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,107
windows_sink.cc
gnuradio_gnuradio/gr-audio/lib/windows/windows_sink.cc
/* -*- c++ -*- */ /* * Copyright 2004-2011,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "../audio_registry.h" #include "windows_sink.h" #include <gnuradio/io_signature.h> #...
14,033
C++
.cc
356
30.061798
90
0.567639
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
39,108
dial_tone.cc
gnuradio_gnuradio/gr-audio/examples/c++/dial_tone.cc
/* * Copyright 2011,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /* * GNU Radio C++ example creating dial tone * ("the simplest thing that could possibly work") * * Send a tone each to the left and right channels of stereo audio ...
2,515
C++
.cc
57
40.526316
87
0.70331
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false