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
37,782
stream_to_streams_impl.cc
gnuradio_gnuradio/gr-blocks/lib/stream_to_streams_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "stream_to_streams_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr { na...
1,481
C++
.cc
47
25.531915
81
0.609551
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
37,784
file_meta_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/file_meta_sink_impl.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 "file_meta_sink_impl.h" #include <gnuradio/io_signature.h> #include <fcntl.h> #include <sys/st...
14,480
C++
.cc
382
28.704188
90
0.541839
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
37,786
float_to_int_impl.cc
gnuradio_gnuradio/gr-blocks/lib/float_to_int_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "float_array_to_int.h" #include "float_to_int_impl.h" #include <gnuradio/io_signature.h> #include <...
1,859
C++
.cc
54
29.907407
78
0.655518
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
37,787
add_const_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/add_const_ff_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,2012,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 "add_const_ff_impl.h" #include <gnuradio/io_signature.h> namespace gr { namesp...
2,650
C++
.cc
76
23.763158
82
0.507422
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
37,789
uchar_array_to_float.cc
gnuradio_gnuradio/gr-blocks/lib/uchar_array_to_float.cc
/* -*- c++ -*- */ /* * Copyright 2005,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "uchar_array_to_float.h" void uchar_array_to_float(const unsigned char* in, float* out, int nsamples) { while (nsamples >= 4) { ou...
524
C++
.cc
24
17.25
76
0.525151
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
37,790
phase_shift_impl.cc
gnuradio_gnuradio/gr-blocks/lib/phase_shift_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 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 "phase_shift_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/math.h> #include <volk/...
2,550
C++
.cc
84
24.869048
89
0.609388
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
37,791
correctiq_man_impl.cc
gnuradio_gnuradio/gr-blocks/lib/correctiq_man_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 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 "correctiq_man_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { na...
4,023
C++
.cc
124
26.75
90
0.612603
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
37,792
char_to_short_impl.cc
gnuradio_gnuradio/gr-blocks/lib/char_to_short_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "char_to_short_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { na...
1,243
C++
.cc
41
25.756098
72
0.640402
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
37,793
qa_gr_top_block.cc
gnuradio_gnuradio/gr-blocks/lib/qa_gr_top_block.cc
/* -*- c++ -*- */ /* * Copyright 2007 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/blocks/head.h> #include <gnuradio/blocks/nop.h> #include <gnuradio/blocks/null_sink.h> #i...
8,217
C++
.cc
238
29.962185
70
0.621109
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
37,794
stream_to_tagged_stream_impl.cc
gnuradio_gnuradio/gr-blocks/lib/stream_to_tagged_stream_impl.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 "stream_to_tagged_stream_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace g...
2,651
C++
.cc
74
27.716216
90
0.594468
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
37,795
add_const_v_impl.cc
gnuradio_gnuradio/gr-blocks/lib/add_const_v_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "add_const_v_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespa...
1,532
C++
.cc
49
26.897959
87
0.624576
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
37,796
qa_gr_hier_block2.cc
gnuradio_gnuradio/gr-blocks/lib/qa_gr_hier_block2.cc
/* -*- c++ -*- */ /* * Copyright 2006,2008,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 <gnuradio/hier_block2.h> #include <gnuradio/io_signature.h> #include <boost/test/unit_tes...
1,190
C++
.cc
32
31
77
0.62054
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
37,797
stream_demux_impl.cc
gnuradio_gnuradio/gr-blocks/lib/stream_demux_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option...
4,018
C++
.cc
100
33.13
90
0.614242
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
37,798
burst_to_stream_impl.cc
gnuradio_gnuradio/gr-blocks/lib/burst_to_stream_impl.cc
/* -*- c++ -*- */ /* * Copyright (C) 2023-2024 Daniel Estevez <daniel@destevez.net> * * This file is part of GNU Radio * * SPDX-License-Identifier: MIT * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "burst_to_stream_impl.h" #include <gnuradio/io_signature.h> #include <cstdint> #include <cstring>...
4,201
C++
.cc
111
27.558559
89
0.549693
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
37,799
burst_tagger_impl.cc
gnuradio_gnuradio/gr-blocks/lib/burst_tagger_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,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 "burst_tagger_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr { na...
2,434
C++
.cc
80
24.575
89
0.587431
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
37,800
peak_detector2_fb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/peak_detector2_fb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2007,2010,2013,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 "peak_detector2_fb_impl.h" #include <gnuradio/io_signature.h> #include <cstring> #in...
4,262
C++
.cc
122
26.721311
83
0.571706
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
37,801
patterned_interleaver_impl.cc
gnuradio_gnuradio/gr-blocks/lib/patterned_interleaver_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "patterned_interleaver_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks ...
2,423
C++
.cc
69
26.565217
84
0.557643
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
37,802
probe_rate_impl.cc
gnuradio_gnuradio/gr-blocks/lib/probe_rate_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pmt/pmt.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "probe_rate_impl.h" #include <gnuradio/io_signature.h> namespace gr...
4,195
C++
.cc
121
23.842975
86
0.507886
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
37,803
check_lfsr_32k_s_impl.cc
gnuradio_gnuradio/gr-blocks/lib/check_lfsr_32k_s_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,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 "check_lfsr_32k_s_impl.h" #include <gnuradio/io_signature.h> static constexpr bool CHECK...
3,821
C++
.cc
126
21.119048
90
0.51119
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
37,804
float_array_to_int.cc
gnuradio_gnuradio/gr-blocks/lib/float_array_to_int.cc
/* -*- c++ -*- */ /* * Copyright 2011-2012 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 #define _ISOC9X_SOURCE #include "float_array_to_int.h" #include <cmath> #if __cplusplus >= 201103L #inc...
790
C++
.cc
34
20.029412
77
0.62633
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
37,805
int_to_float_impl.cc
gnuradio_gnuradio/gr-blocks/lib/int_to_float_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "int_to_float_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { nam...
1,303
C++
.cc
42
26.47619
72
0.642458
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
37,806
unpacked_to_packed_impl.cc
gnuradio_gnuradio/gr-blocks/lib/unpacked_to_packed_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2006,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 "unpacked_to_packed_impl.h" #include <gnuradio/io_signature.h> #include <stdexcept>...
4,631
C++
.cc
120
28.925
90
0.550579
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
37,807
probe_signal_v_impl.cc
gnuradio_gnuradio/gr-blocks/lib/probe_signal_v_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,2012-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 "probe_signal_v_impl.h" #include <gnuradio/io_signature.h> namespace gr { nam...
1,672
C++
.cc
58
24.87931
72
0.648564
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
37,808
streams_to_stream_impl.cc
gnuradio_gnuradio/gr-blocks/lib/streams_to_stream_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "streams_to_stream_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { s...
1,541
C++
.cc
48
25.854167
81
0.605938
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
37,809
tagged_stream_multiply_length_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tagged_stream_multiply_length_impl.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 "tagged_stream_multiply_length_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace...
2,452
C++
.cc
69
29.434783
87
0.632378
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
37,810
annotator_alltoall_impl.cc
gnuradio_gnuradio/gr-blocks/lib/annotator_alltoall_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,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 "annotator_alltoall_impl.h" #include <gnuradio/io_signature.h> #include <sstream> namespace g...
2,776
C++
.cc
76
29.789474
88
0.595975
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
37,811
qa_set_msg_handler.cc
gnuradio_gnuradio/gr-blocks/lib/qa_set_msg_handler.cc
/* -*- c++ -*- */ /* * Copyright 2007,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 <gnuradio/blocks/head.h> #include <gnuradio/blocks/nop.h> #include <gnuradio/blocks/null_...
1,641
C++
.cc
49
30.346939
72
0.672566
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
37,812
file_source_impl.cc
gnuradio_gnuradio/gr-blocks/lib/file_source_impl.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 "file_source_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/thread/thread.h> #...
10,318
C++
.cc
293
25.90785
90
0.541399
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
37,813
tsb_vector_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tsb_vector_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2014,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 "tsb_vector_sink_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks ...
2,154
C++
.cc
67
25.656716
86
0.602026
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
37,814
min_blk_impl.cc
gnuradio_gnuradio/gr-blocks/lib/min_blk_impl.cc
/* -*- c++ -*- */ /* * Copyright 2014,2015,2016,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 "min_blk_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace block...
2,202
C++
.cc
71
24.028169
75
0.524776
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
37,815
qa_block_tags.cc
gnuradio_gnuradio/gr-blocks/lib/qa_block_tags.cc
/* -*- c++ -*- */ /* * Copyright 2010,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/block.h> #include <gnuradio/blocks/annotator_1to1.h> #include <gnuradio/blocks/annot...
20,321
C++
.cc
383
48.088773
90
0.61875
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
37,816
correctiq_impl.cc
gnuradio_gnuradio/gr-blocks/lib/correctiq_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 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 "correctiq_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { correctiq...
1,505
C++
.cc
50
25.26
89
0.606648
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
37,817
file_meta_source_impl.cc
gnuradio_gnuradio/gr-blocks/lib/file_meta_source_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "file_meta_source_impl.h" #include <gnuradio/io_signature.h> #include <fcntl.h> #include <sys/stat....
11,563
C++
.cc
349
24.555874
90
0.529639
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
37,818
complex_to_interleaved_char_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_interleaved_char_impl.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 "complex_to_interleaved_char_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> nam...
1,645
C++
.cc
46
26.23913
87
0.566667
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
37,819
pack_k_bits.cc
gnuradio_gnuradio/gr-blocks/lib/pack_k_bits.cc
/* -*- c++ -*- */ /* * Copyright 2014 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/blocks/pack_k_bits.h> #include <stdexcept> namespace gr { namespace blocks { namespace kern...
1,193
C++
.cc
46
21.26087
89
0.543459
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
37,820
unpack_k_bits.cc
gnuradio_gnuradio/gr-blocks/lib/unpack_k_bits.cc
/* -*- c++ -*- */ /* * Copyright 2014 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/blocks/unpack_k_bits.h> #include <gnuradio/io_signature.h> #include <stdexcept> namespace g...
1,334
C++
.cc
50
21.2
64
0.544314
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
37,821
short_to_float_impl.cc
gnuradio_gnuradio/gr-blocks/lib/short_to_float_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "short_to_float_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { n...
1,318
C++
.cc
42
26.714286
72
0.64562
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
37,822
uchar_to_float_impl.cc
gnuradio_gnuradio/gr-blocks/lib/uchar_to_float_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "uchar_array_to_float.h" #include "uchar_to_float_impl.h" #include <gnuradio/io_signature.h> names...
1,090
C++
.cc
38
24.157895
69
0.642378
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
37,823
stream_mux_impl.cc
gnuradio_gnuradio/gr-blocks/lib/stream_mux_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012,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 "stream_mux_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr { name...
3,566
C++
.cc
94
29.702128
89
0.564488
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
37,824
transcendental_impl.cc
gnuradio_gnuradio/gr-blocks/lib/transcendental_impl.cc
/* -*- c++ -*- */ /* * Copyright 2011,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "transcendental_impl.h" #include <gnuradio/io_signature.h> #include <cmath> //real math #include <complex> //complex math #include <map> #inc...
4,546
C++
.cc
114
33.692982
86
0.546772
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
37,825
float_to_short_impl.cc
gnuradio_gnuradio/gr-blocks/lib/float_to_short_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "float_to_short_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { n...
1,318
C++
.cc
42
26.714286
72
0.64562
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
37,826
multiply_const_v_impl.cc
gnuradio_gnuradio/gr-blocks/lib/multiply_const_v_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "multiply_const_v_impl.h" #include <gnuradio/io_signature.h> #include <volk/vol...
3,684
C++
.cc
101
29.772277
87
0.596294
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
37,827
multiply_const_impl.cc
gnuradio_gnuradio/gr-blocks/lib/multiply_const_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "multiply_const_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk...
3,614
C++
.cc
108
27.148148
81
0.595409
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
37,828
pack_k_bits_bb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/pack_k_bits_bb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012-2014 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 "pack_k_bits_bb_impl.h" #include <gnuradio/io_signature.h> #include <stdexcept> namespace gr { n...
1,641
C++
.cc
51
26.705882
90
0.615336
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
37,829
keep_one_in_n_impl.cc
gnuradio_gnuradio/gr-blocks/lib/keep_one_in_n_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "keep_one_in_n_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { keep_...
2,593
C++
.cc
80
26.325
81
0.597278
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
37,831
add_const_bb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/add_const_bb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,2012,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 "add_const_bb_impl.h" #include <gnuradio/io_signature.h> namespace gr { namesp...
2,795
C++
.cc
80
22.6875
90
0.46094
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
37,832
throttle_impl.cc
gnuradio_gnuradio/gr-blocks/lib/throttle_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005-2011 Free Software Foundation, Inc. * Copyright 2022 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "gnuradio/thread/thread.h" #include <chrono> #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "thrott...
6,451
C++
.cc
161
28.26087
88
0.543163
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
37,834
streams_to_vector_impl.cc
gnuradio_gnuradio/gr-blocks/lib/streams_to_vector_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "streams_to_vector_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { s...
1,424
C++
.cc
45
26.088889
81
0.61943
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
37,835
ctrlport_probe2_i_impl.cc
gnuradio_gnuradio/gr-blocks/lib/ctrlport_probe2_i_impl.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 "ctrlport_probe2_i_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { c...
4,877
C++
.cc
120
24.541667
90
0.448997
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
37,836
tagged_file_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tagged_file_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,2013 Free Software Foundation, Inc.a * Copyright 2021 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "tagged_file_sink_impl.h" #include <gnuradio/io_signature.h>...
7,890
C++
.cc
182
29.653846
89
0.469385
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
37,837
repack_bits_bb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/repack_bits_bb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "repack_bits_bb_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { repa...
4,889
C++
.cc
143
23.391608
90
0.475656
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
37,838
wavfile_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/wavfile_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2006-2011,2013,2020 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 "wavfile_sink_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/thr...
10,302
C++
.cc
311
23.59164
90
0.530748
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
37,839
add_const_cc_impl.cc
gnuradio_gnuradio/gr-blocks/lib/add_const_cc_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,2012,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 "add_const_cc_impl.h" #include <gnuradio/io_signature.h> namespace gr { namesp...
2,776
C++
.cc
76
24.828947
90
0.505212
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
37,840
nlog10_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/nlog10_ff_impl.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 "nlog10_ff_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> #include <limits>...
1,669
C++
.cc
53
26.792453
72
0.616822
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
37,841
add_blk_impl.cc
gnuradio_gnuradio/gr-blocks/lib/add_blk_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "add_blk_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> na...
2,537
C++
.cc
86
25.290698
90
0.628184
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
37,842
tag_share_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tag_share_impl.cc
/* -*- c++ -*- */ /* * Copyright 2017 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 "tag_share_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { tag_share...
1,740
C++
.cc
56
26.017857
89
0.635006
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
37,844
selector_impl.cc
gnuradio_gnuradio/gr-blocks/lib/selector_impl.cc
/* -*- c++ -*- */ /* * Copyright 2019 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 "selector_impl.h" #include <gnuradio/io_signature.h> #include <cstring> #include <stdexcept> names...
5,964
C++
.cc
169
28.065089
90
0.597121
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
37,845
rms_cf_impl.cc
gnuradio_gnuradio/gr-blocks/lib/rms_cf_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,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 "rms_cf_impl.h" #include <gnuradio/io_signature.h> #include <cmath> namespace gr { names...
1,356
C++
.cc
50
22.84
84
0.606178
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
37,846
divide_impl.cc
gnuradio_gnuradio/gr-blocks/lib/divide_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "divide_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> nam...
3,109
C++
.cc
97
25.927835
90
0.598864
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
37,849
vector_map_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vector_map_impl.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 "vector_map_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr { name...
4,197
C++
.cc
105
30.428571
90
0.547683
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
37,850
test_tag_variable_rate_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/test_tag_variable_rate_ff_impl.cc
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * Copyright 2021 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "test_tag_variable_rate_ff_impl.h" #include <gnuradio/io_signature...
3,488
C++
.cc
101
23.920792
88
0.502525
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
37,851
qa_gr_hier_block2_derived.cc
gnuradio_gnuradio/gr-blocks/lib/qa_gr_hier_block2_derived.cc
/* -*- c++ -*- */ /* * Copyright 2006,2008,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/blocks/copy.h> #include <gnuradio/blocks/head.h> #include <gnuradio/blocks...
3,434
C++
.cc
101
28.980198
84
0.628701
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
37,852
sample_and_hold_impl.cc
gnuradio_gnuradio/gr-blocks/lib/sample_and_hold_impl.cc
/* -*- c++ -*- */ /* * Copyright 2007,2010,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 "sample_and_hold_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespa...
1,548
C++
.cc
55
23.636364
73
0.625759
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
37,853
null_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/null_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,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 "null_sink_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { ...
946
C++
.cc
35
22.857143
73
0.647841
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
37,855
float_array_to_uchar.cc
gnuradio_gnuradio/gr-blocks/lib/float_array_to_uchar.cc
/* -*- c++ -*- */ /* * Copyright 2002,2012 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 #define _ISOC9X_SOURCE #include "float_array_to_uchar.h" #include <cmath> static const int MIN_UCHAR =...
847
C++
.cc
35
20.942857
76
0.633663
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
37,856
or_blk_impl.cc
gnuradio_gnuradio/gr-blocks/lib/or_blk_impl.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 "or_blk_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { templat...
1,368
C++
.cc
49
23.408163
64
0.600917
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
37,857
tag_debug_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tag_debug_impl.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 "tag_debug_impl.h" #include <gnuradio/io_signature.h> #include <iomanip> #include <iostream> #...
4,766
C++
.cc
139
23.81295
90
0.469783
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
37,858
annotator_1to1_impl.cc
gnuradio_gnuradio/gr-blocks/lib/annotator_1to1_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,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 "annotator_1to1_impl.h" #include <gnuradio/io_signature.h> #include <cstring> #include <sstrea...
2,767
C++
.cc
75
30.733333
84
0.611734
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
37,860
complex_to_magphase_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_magphase_impl.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 "complex_to_magphase_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/math.h> #include...
1,579
C++
.cc
49
27.244898
74
0.631579
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
37,861
lfsr_32k_source_s_impl.cc
gnuradio_gnuradio/gr-blocks/lib/lfsr_32k_source_s_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,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 "lfsr_32k_source_s_impl.h" #include <gnuradio/io_signature.h> #include <stdexcept> names...
1,432
C++
.cc
51
22.764706
72
0.586131
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
37,862
rms_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/rms_ff_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,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 "rms_ff_impl.h" #include <gnuradio/io_signature.h> #include <cmath> namespace gr { names...
1,297
C++
.cc
50
21.66
61
0.607605
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
37,864
file_descriptor_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/file_descriptor_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,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 "file_descriptor_sink_impl.h" #include <gnuradio/io_signature.h> #include <fcntl.h> #incl...
1,805
C++
.cc
63
22.825397
78
0.602542
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
37,866
complex_to_arg_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_arg_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "complex_to_arg_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/math.h> #include <vol...
1,437
C++
.cc
47
25.829787
72
0.624185
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
37,867
tagged_stream_mux_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tagged_stream_mux_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "tagged_stream_mux_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { t...
2,801
C++
.cc
73
28.945205
85
0.565746
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
37,868
deinterleave_impl.cc
gnuradio_gnuradio/gr-blocks/lib/deinterleave_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "deinterleave_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { deinte...
2,439
C++
.cc
73
27.39726
89
0.638334
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
37,869
sub_impl.cc
gnuradio_gnuradio/gr-blocks/lib/sub_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,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 "sub_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namesp...
2,324
C++
.cc
77
24.974026
72
0.602242
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
37,870
not_blk_impl.cc
gnuradio_gnuradio/gr-blocks/lib/not_blk_impl.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 "not_blk_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { templ...
1,263
C++
.cc
46
23.282609
65
0.621891
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
37,871
vco_c_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vco_c_impl.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 "vco_c_impl.h" #include <gnuradio/io_signature.h> #include <cmath> namespace gr { namespace blocks...
1,325
C++
.cc
43
26.534884
88
0.662736
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
37,872
vector_to_streams_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vector_to_streams_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "vector_to_streams_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { v...
1,426
C++
.cc
45
26.133333
81
0.619985
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
37,873
tag_gate_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tag_gate_impl.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 "tag_gate_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { tag_gate::...
2,501
C++
.cc
81
25.407407
83
0.611227
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
37,874
keep_m_in_n_impl.cc
gnuradio_gnuradio/gr-blocks/lib/keep_m_in_n_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012,2018,2022 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "keep_m_in_n_impl.h" /* ensure that tweakme.h is included before the bundled spdlog/fmt header, see * https://github.com/gabime/spdlog/i...
3,232
C++
.cc
92
29.467391
89
0.579385
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
37,875
annotator_raw_impl.cc
gnuradio_gnuradio/gr-blocks/lib/annotator_raw_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,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 "annotator_raw_impl.h" #include <gnuradio/io_signature.h> #include <cstring> #include <stdexce...
2,513
C++
.cc
75
28.293333
82
0.628147
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
37,876
max_blk_impl.cc
gnuradio_gnuradio/gr-blocks/lib/max_blk_impl.cc
/* -*- c++ -*- */ /* * Copyright 2014,2015,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 "max_blk_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { ...
2,214
C++
.cc
71
24.126761
75
0.524929
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
37,877
file_sink_base.cc
gnuradio_gnuradio/gr-blocks/lib/file_sink_base.cc
/* -*- c++ -*- */ /* * Copyright 2004,2006,2007,2009,2013 Free Software Foundation, Inc. * Copyright 2021 Marcus Müller * * 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/blocks/file_sink_base.h> #include <g...
3,213
C++
.cc
110
25.327273
88
0.638043
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
37,878
threshold_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/threshold_ff_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,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 "threshold_ff_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks...
1,463
C++
.cc
50
23.52
79
0.588738
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
37,879
vector_sink_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vector_sink_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2008,2010,2013,2017-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 "vector_sink_impl.h" #include <gnuradio/io_signature.h> #include <gnuradi...
2,472
C++
.cc
81
26.209877
81
0.653765
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
37,880
tags_strobe_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tags_strobe_impl.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 "tags_strobe_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr { namespac...
2,073
C++
.cc
62
25.677419
79
0.574074
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
37,881
correctiq_swapiq_impl.cc
gnuradio_gnuradio/gr-blocks/lib/correctiq_swapiq_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 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 "correctiq_swapiq_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { sw...
2,448
C++
.cc
82
23.853659
74
0.578411
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
37,883
qa_gr_block.cc
gnuradio_gnuradio/gr-blocks/lib/qa_gr_block.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/block.h> #include <gnuradio/blocks/null_sink.h> #include <gnuradio/blocks/null_sourc...
3,229
C++
.cc
76
38
90
0.661676
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
37,884
mute_impl.cc
gnuradio_gnuradio/gr-blocks/lib/mute_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,2013,2018,2019 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 "mute_impl.h" #include <gnuradio/io_signature.h> #include <algorithm> #include...
1,930
C++
.cc
71
21.56338
79
0.563922
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
37,885
vco_f_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vco_f_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,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_f_impl.h" #include <gnuradio/io_signature.h> #include <cmath> namespace gr { namesp...
1,317
C++
.cc
43
26.348837
88
0.661392
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
37,886
message_strobe_impl.cc
gnuradio_gnuradio/gr-blocks/lib/message_strobe_impl.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 "message_strobe_impl.h" #include <gnuradio/io_signature.h> #include <chrono> #include <thread>...
1,640
C++
.cc
61
23.245902
88
0.644089
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
37,887
head_impl.cc
gnuradio_gnuradio/gr-blocks/lib/head_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2013 Free Software Foundation, Inc. * Copyright 2021 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "head_impl.h" #include <gnuradio/io_signature.h> #includ...
1,468
C++
.cc
51
23.862745
79
0.625623
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
37,888
rotator_cc_impl.cc
gnuradio_gnuradio/gr-blocks/lib/rotator_cc_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 "rotator_cc_impl.h" #include <gnuradio/io_signature.h> #include <cmath> namespace gr { namespace ...
4,595
C++
.cc
112
32.473214
90
0.600404
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
37,889
complex_to_interleaved_short_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_interleaved_short_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "complex_to_interleaved_short_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> na...
1,661
C++
.cc
46
26.434783
89
0.56787
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
37,890
packed_to_unpacked_impl.cc
gnuradio_gnuradio/gr-blocks/lib/packed_to_unpacked_impl.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 "packed_to_unpacked_impl.h" #include <gnuradio/io_signature.h> #include <stdexcept> nam...
4,910
C++
.cc
135
27.281481
89
0.541018
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
37,891
complex_to_mag_squared_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_mag_squared_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 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 "complex_to_mag_squared_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespac...
1,374
C++
.cc
42
27.714286
77
0.649282
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
37,893
ctrlport_probe_c_impl.cc
gnuradio_gnuradio/gr-blocks/lib/ctrlport_probe_c_impl.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 "ctrlport_probe_c_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks ...
2,227
C++
.cc
76
22.25
86
0.569892
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
37,894
ctrlport_probe2_b_impl.cc
gnuradio_gnuradio/gr-blocks/lib/ctrlport_probe2_b_impl.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 "ctrlport_probe2_b_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { c...
4,916
C++
.cc
121
24.454545
89
0.448355
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
37,895
probe_signal_impl.cc
gnuradio_gnuradio/gr-blocks/lib/probe_signal_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,2012-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 "probe_signal_impl.h" #include <gnuradio/io_signature.h> namespace gr { names...
1,534
C++
.cc
57
23.070175
70
0.659836
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