diff options
Diffstat (limited to 'gr-digital/python/digital/bindings/docstrings')
85 files changed, 3268 insertions, 0 deletions
diff --git a/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_cma_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_cma_pydoc_template.h new file mode 100644 index 0000000000..fc390e7bbb --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_cma_pydoc_template.h @@ -0,0 +1,40 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_adaptive_algorithm_cma = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_adaptive_algorithm_cma = + R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_make = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_error = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_error_dd = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_error_tr = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_update_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_cma_update_tap = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_lms_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_lms_pydoc_template.h new file mode 100644 index 0000000000..68a262aa79 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_lms_pydoc_template.h @@ -0,0 +1,34 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_adaptive_algorithm_lms = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_lms_adaptive_algorithm_lms = + R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_lms_make = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_lms_update_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_lms_update_tap = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_lms_initialize_taps = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_nlms_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_nlms_pydoc_template.h new file mode 100644 index 0000000000..301d2032a9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_nlms_pydoc_template.h @@ -0,0 +1,34 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms_adaptive_algorithm_nlms = + R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms_make = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms_update_tap = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms_update_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_nlms_initialize_taps = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_pydoc_template.h new file mode 100644 index 0000000000..02e11cff85 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/adaptive_algorithm_pydoc_template.h @@ -0,0 +1,42 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_adaptive_algorithm = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_adaptive_algorithm_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_adaptive_algorithm_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_base = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_initialize_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_error_dd = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_error_tr = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_update_tap = R"doc()doc"; + + +static const char* __doc_gr_digital_adaptive_algorithm_update_taps = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/additive_scrambler_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/additive_scrambler_bb_pydoc_template.h new file mode 100644 index 0000000000..372e6a7404 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/additive_scrambler_bb_pydoc_template.h @@ -0,0 +1,44 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_additive_scrambler_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_additive_scrambler_bb_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_additive_scrambler_bb_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_mask = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_seed = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_len = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_count = R"doc()doc"; + + +static const char* __doc_gr_digital_additive_scrambler_bb_bits_per_byte = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/binary_slicer_fb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/binary_slicer_fb_pydoc_template.h new file mode 100644 index 0000000000..cddfd77a00 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/binary_slicer_fb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_binary_slicer_fb = R"doc()doc"; + + +static const char* __doc_gr_digital_binary_slicer_fb_binary_slicer_fb = R"doc()doc"; + + +static const char* __doc_gr_digital_binary_slicer_fb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/burst_shaper_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/burst_shaper_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/burst_shaper_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ diff --git a/gr-digital/python/digital/bindings/docstrings/chunks_to_symbols_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/chunks_to_symbols_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/chunks_to_symbols_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ diff --git a/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_cc_pydoc_template.h new file mode 100644 index 0000000000..b793fde9a6 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_cc_pydoc_template.h @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_clock_recovery_mm_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_clock_recovery_mm_cc_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_clock_recovery_mm_cc_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_gain_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_gain_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_set_verbose = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_set_gain_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_set_gain_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_set_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_cc_set_omega = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_ff_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_ff_pydoc_template.h new file mode 100644 index 0000000000..ac1581770c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/clock_recovery_mm_ff_pydoc_template.h @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_clock_recovery_mm_ff = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_clock_recovery_mm_ff_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_clock_recovery_mm_ff_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_make = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_gain_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_gain_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_set_verbose = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_set_gain_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_set_gain_omega = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_set_mu = R"doc()doc"; + + +static const char* __doc_gr_digital_clock_recovery_mm_ff_set_omega = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/cma_equalizer_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/cma_equalizer_cc_pydoc_template.h new file mode 100644 index 0000000000..ae3a5c5df9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/cma_equalizer_cc_pydoc_template.h @@ -0,0 +1,45 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_cma_equalizer_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_cma_equalizer_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_cma_equalizer_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_set_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_set_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_modulus = R"doc()doc"; + + +static const char* __doc_gr_digital_cma_equalizer_cc_set_modulus = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/constellation_decoder_cb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/constellation_decoder_cb_pydoc_template.h new file mode 100644 index 0000000000..46b9ee9cb7 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/constellation_decoder_cb_pydoc_template.h @@ -0,0 +1,25 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_constellation_decoder_cb = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_decoder_cb_constellation_decoder_cb = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_decoder_cb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/constellation_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/constellation_pydoc_template.h new file mode 100644 index 0000000000..8ae7467263 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/constellation_pydoc_template.h @@ -0,0 +1,234 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_constellation = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_constellation_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_constellation_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_constellation_2 = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_map_to_points = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_map_to_points_v = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_decision_maker_v = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_decision_maker_pe = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calc_metric = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calc_euclidean_metric = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calc_hard_symbol_metric = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_points = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_s_points = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_v_points = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_apply_pre_diff_code = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_set_pre_diff_code = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_pre_diff_code = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_rotational_symmetry = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_dimensionality = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_bits_per_symbol = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_arity = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_base = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_as_pmt = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_gen_soft_dec_lut = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calc_soft_dec = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_set_soft_dec_lut = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_has_soft_dec_lut = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_soft_dec_lut = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_soft_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calcdist = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calcdist_constellation_calcdist = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calcdist_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_calcdist_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_sector = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_sector_constellation_sector_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_sector_constellation_sector_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_sector_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_rect = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_rect_constellation_rect = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_rect_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_expl_rect = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_expl_rect_constellation_expl_rect = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_expl_rect_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_psk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_psk_constellation_psk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_psk_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_bpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_bpsk_constellation_bpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_bpsk_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_bpsk_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_qpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_qpsk_constellation_qpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_qpsk_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_qpsk_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_dqpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_dqpsk_constellation_dqpsk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_dqpsk_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_dqpsk_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_constellation_8psk = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_decision_maker = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_natural = R"doc()doc"; + + +static const char* + __doc_gr_digital_constellation_8psk_natural_constellation_8psk_natural = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_natural_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_8psk_natural_decision_maker = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_16qam = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_16qam_constellation_16qam = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_16qam_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_16qam_decision_maker = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/constellation_receiver_cb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/constellation_receiver_cb_pydoc_template.h new file mode 100644 index 0000000000..a0892220e9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/constellation_receiver_cb_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_constellation_receiver_cb = R"doc()doc"; + + +static const char* + __doc_gr_digital_constellation_receiver_cb_constellation_receiver_cb_0 = R"doc()doc"; + + +static const char* + __doc_gr_digital_constellation_receiver_cb_constellation_receiver_cb_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_receiver_cb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_receiver_cb_phase_error_tracking = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/constellation_soft_decoder_cf_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/constellation_soft_decoder_cf_pydoc_template.h new file mode 100644 index 0000000000..fee74ee55c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/constellation_soft_decoder_cf_pydoc_template.h @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_constellation_soft_decoder_cf = R"doc()doc"; + + +static const char* + __doc_gr_digital_constellation_soft_decoder_cf_constellation_soft_decoder_cf = + R"doc()doc"; + + +static const char* __doc_gr_digital_constellation_soft_decoder_cf_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/corr_est_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/corr_est_cc_pydoc_template.h new file mode 100644 index 0000000000..a2ff9bde4d --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/corr_est_cc_pydoc_template.h @@ -0,0 +1,45 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_corr_est_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_corr_est_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_corr_est_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_symbols = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_set_symbols = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_mark_delay = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_set_mark_delay = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_threshold = R"doc()doc"; + + +static const char* __doc_gr_digital_corr_est_cc_set_threshold = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_pydoc_template.h new file mode 100644 index 0000000000..d6de7c050b --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_correlate_access_code_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_correlate_access_code_bb_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_correlate_access_code_bb_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_set_access_code = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_ts_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_ts_pydoc_template.h new file mode 100644 index 0000000000..606fd38438 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_bb_ts_pydoc_template.h @@ -0,0 +1,38 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_correlate_access_code_bb_ts = R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_bb_ts_correlate_access_code_bb_ts_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_bb_ts_correlate_access_code_bb_ts_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_ts_make = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_ts_set_access_code = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_bb_ts_access_code = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/correlate_access_code_ff_ts_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_ff_ts_pydoc_template.h new file mode 100644 index 0000000000..edfa7c6e8d --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_ff_ts_pydoc_template.h @@ -0,0 +1,38 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_correlate_access_code_ff_ts = R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_ff_ts_correlate_access_code_ff_ts_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_ff_ts_correlate_access_code_ff_ts_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_ff_ts_make = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_ff_ts_set_access_code = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_ff_ts_access_code = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_bb_pydoc_template.h new file mode 100644 index 0000000000..9baa5d1a27 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_bb_pydoc_template.h @@ -0,0 +1,43 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_correlate_access_code_tag_bb = R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_tag_bb_correlate_access_code_tag_bb_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_tag_bb_correlate_access_code_tag_bb_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_bb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_bb_set_access_code = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_bb_set_threshold = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_bb_set_tagname = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_ff_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_ff_pydoc_template.h new file mode 100644 index 0000000000..14397907e9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/correlate_access_code_tag_ff_pydoc_template.h @@ -0,0 +1,43 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_correlate_access_code_tag_ff = R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_tag_ff_correlate_access_code_tag_ff_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_correlate_access_code_tag_ff_correlate_access_code_tag_ff_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_ff_make = R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_ff_set_access_code = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_ff_set_threshold = + R"doc()doc"; + + +static const char* __doc_gr_digital_correlate_access_code_tag_ff_set_tagname = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/costas_loop_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/costas_loop_cc_pydoc_template.h new file mode 100644 index 0000000000..f4dbe267ec --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/costas_loop_cc_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_costas_loop_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_costas_loop_cc_costas_loop_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_costas_loop_cc_costas_loop_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_costas_loop_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_costas_loop_cc_error = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/cpmmod_bc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/cpmmod_bc_pydoc_template.h new file mode 100644 index 0000000000..8db03b103c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/cpmmod_bc_pydoc_template.h @@ -0,0 +1,45 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_cpmmod_bc = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_cpmmod_bc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_cpmmod_bc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_make_gmskmod_bc = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_type = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_index = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_samples_per_sym = R"doc()doc"; + + +static const char* __doc_gr_digital_cpmmod_bc_beta = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/crc32_async_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/crc32_async_bb_pydoc_template.h new file mode 100644 index 0000000000..e62629dd9b --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/crc32_async_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_crc32_async_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_async_bb_crc32_async_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_async_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/crc32_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/crc32_bb_pydoc_template.h new file mode 100644 index 0000000000..e08936a44c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/crc32_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_crc32_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_bb_crc32_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h new file mode 100644 index 0000000000..75ae8d3814 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/crc32_pydoc_template.h @@ -0,0 +1,27 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_update_crc32_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_update_crc32_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_crc32_1 = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/decision_feedback_equalizer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/decision_feedback_equalizer_pydoc_template.h new file mode 100644 index 0000000000..eb95c4a2d0 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/decision_feedback_equalizer_pydoc_template.h @@ -0,0 +1,40 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_decision_feedback_equalizer = R"doc()doc"; + + +static const char* + __doc_gr_digital_decision_feedback_equalizer_decision_feedback_equalizer_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_decision_feedback_equalizer_decision_feedback_equalizer_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_decision_feedback_equalizer_make = R"doc()doc"; + + +static const char* __doc_gr_digital_decision_feedback_equalizer_set_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_decision_feedback_equalizer_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_decision_feedback_equalizer_equalize = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/descrambler_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/descrambler_bb_pydoc_template.h new file mode 100644 index 0000000000..2693349a90 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/descrambler_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_descrambler_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_descrambler_bb_descrambler_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_descrambler_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/diff_decoder_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/diff_decoder_bb_pydoc_template.h new file mode 100644 index 0000000000..79ab4b8d3f --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/diff_decoder_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_diff_decoder_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_decoder_bb_diff_decoder_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_decoder_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/diff_encoder_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/diff_encoder_bb_pydoc_template.h new file mode 100644 index 0000000000..73fa449974 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/diff_encoder_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_diff_encoder_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_encoder_bb_diff_encoder_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_encoder_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/diff_phasor_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/diff_phasor_cc_pydoc_template.h new file mode 100644 index 0000000000..7078c93226 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/diff_phasor_cc_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_diff_phasor_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_phasor_cc_diff_phasor_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_diff_phasor_cc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/fll_band_edge_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/fll_band_edge_cc_pydoc_template.h new file mode 100644 index 0000000000..a339cdd4c1 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/fll_band_edge_cc_pydoc_template.h @@ -0,0 +1,48 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_fll_band_edge_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_fll_band_edge_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_fll_band_edge_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_set_samples_per_symbol = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_set_rolloff = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_set_filter_size = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_samples_per_symbol = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_rolloff = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_filter_size = R"doc()doc"; + + +static const char* __doc_gr_digital_fll_band_edge_cc_print_taps = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/framer_sink_1_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/framer_sink_1_pydoc_template.h new file mode 100644 index 0000000000..13d7aa8d25 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/framer_sink_1_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_framer_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_framer_sink_1_framer_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_framer_sink_1_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/glfsr_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/glfsr_pydoc_template.h new file mode 100644 index 0000000000..b6c929710c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/glfsr_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_glfsr = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_glfsr_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_glfsr_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_glfsr_mask = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_next_bit = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_mask = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/glfsr_source_b_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/glfsr_source_b_pydoc_template.h new file mode 100644 index 0000000000..bd99865675 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/glfsr_source_b_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_glfsr_source_b = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_b_glfsr_source_b_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_b_glfsr_source_b_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_b_make = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_b_period = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_b_mask = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/glfsr_source_f_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/glfsr_source_f_pydoc_template.h new file mode 100644 index 0000000000..2e94e71b02 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/glfsr_source_f_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_glfsr_source_f = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_f_glfsr_source_f_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_f_glfsr_source_f_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_f_make = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_f_period = R"doc()doc"; + + +static const char* __doc_gr_digital_glfsr_source_f_mask = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/hdlc_deframer_bp_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/hdlc_deframer_bp_pydoc_template.h new file mode 100644 index 0000000000..d8b8eb6573 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/hdlc_deframer_bp_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_hdlc_deframer_bp = R"doc()doc"; + + +static const char* __doc_gr_digital_hdlc_deframer_bp_hdlc_deframer_bp = R"doc()doc"; + + +static const char* __doc_gr_digital_hdlc_deframer_bp_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/hdlc_framer_pb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/hdlc_framer_pb_pydoc_template.h new file mode 100644 index 0000000000..5207c4ecd6 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/hdlc_framer_pb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_hdlc_framer_pb = R"doc()doc"; + + +static const char* __doc_gr_digital_hdlc_framer_pb_hdlc_framer_pb = R"doc()doc"; + + +static const char* __doc_gr_digital_hdlc_framer_pb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_buffer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_buffer_pydoc_template.h new file mode 100644 index 0000000000..9f184da149 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_buffer_pydoc_template.h @@ -0,0 +1,57 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_buffer = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_header_buffer_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_header_buffer_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_clear = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_header = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_add_field8 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_add_field16 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_add_field32 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_add_field64 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_insert_bit = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_extract_field8 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_extract_field16 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_extract_field32 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_buffer_extract_field64 = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_format_base_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_format_base_pydoc_template.h new file mode 100644 index 0000000000..5adad00747 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_format_base_pydoc_template.h @@ -0,0 +1,42 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_format_base = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_header_format_base_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_header_format_base_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_base = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_formatter = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_format = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_parse = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_header_nbits = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_base_header_nbytes = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_format_counter_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_format_counter_pydoc_template.h new file mode 100644 index 0000000000..bea92c11eb --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_format_counter_pydoc_template.h @@ -0,0 +1,35 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_format_counter = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_counter_header_format_counter_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_counter_header_format_counter_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_counter_format = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_counter_header_nbits = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_counter_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_format_crc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_format_crc_pydoc_template.h new file mode 100644 index 0000000000..50115eaa39 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_format_crc_pydoc_template.h @@ -0,0 +1,39 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_format_crc = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_header_format_crc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_header_format_crc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_set_header_num = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_format = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_parse = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_header_nbits = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_crc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_format_default_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_format_default_pydoc_template.h new file mode 100644 index 0000000000..387c1d8228 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_format_default_pydoc_template.h @@ -0,0 +1,50 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_format_default = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_header_format_default_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_header_format_default_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_format = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_parse = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_header_nbits = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_set_access_code = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_access_code = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_set_threshold = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_threshold = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_default_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_format_ofdm_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_format_ofdm_pydoc_template.h new file mode 100644 index 0000000000..69aa49d984 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_format_ofdm_pydoc_template.h @@ -0,0 +1,36 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_format_ofdm = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_header_format_ofdm_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_header_format_ofdm_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_format = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_parse = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_header_nbits = R"doc()doc"; + + +static const char* __doc_gr_digital_header_format_ofdm_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/header_payload_demux_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/header_payload_demux_pydoc_template.h new file mode 100644 index 0000000000..c7e6d36bd0 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/header_payload_demux_pydoc_template.h @@ -0,0 +1,25 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_header_payload_demux = R"doc()doc"; + + +static const char* __doc_gr_digital_header_payload_demux_header_payload_demux = + R"doc()doc"; + + +static const char* __doc_gr_digital_header_payload_demux_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/interpolating_resampler_type_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/interpolating_resampler_type_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/interpolating_resampler_type_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ diff --git a/gr-digital/python/digital/bindings/docstrings/kurtotic_equalizer_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/kurtotic_equalizer_cc_pydoc_template.h new file mode 100644 index 0000000000..135c9699e8 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/kurtotic_equalizer_cc_pydoc_template.h @@ -0,0 +1,35 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc_kurtotic_equalizer_cc_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc_kurtotic_equalizer_cc_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_kurtotic_equalizer_cc_set_gain = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/lfsr_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/lfsr_pydoc_template.h new file mode 100644 index 0000000000..4e8da40aa3 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/lfsr_pydoc_template.h @@ -0,0 +1,42 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_lfsr = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_lfsr_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_lfsr_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_next_bit = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_next_bit_scramble = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_next_bit_descramble = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_reset = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_pre_shift = R"doc()doc"; + + +static const char* __doc_gr_digital_lfsr_mask = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/linear_equalizer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/linear_equalizer_pydoc_template.h new file mode 100644 index 0000000000..1c796b484e --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/linear_equalizer_pydoc_template.h @@ -0,0 +1,36 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_linear_equalizer = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_linear_equalizer_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_linear_equalizer_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_make = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_set_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_linear_equalizer_equalize = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/lms_dd_equalizer_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/lms_dd_equalizer_cc_pydoc_template.h new file mode 100644 index 0000000000..88b45955a9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/lms_dd_equalizer_cc_pydoc_template.h @@ -0,0 +1,41 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_lms_dd_equalizer_cc_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_lms_dd_equalizer_cc_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_set_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_lms_dd_equalizer_cc_set_gain = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/map_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/map_bb_pydoc_template.h new file mode 100644 index 0000000000..0c8aa5e0a6 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/map_bb_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_map_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_map_bb_map_bb_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_map_bb_map_bb_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_map_bb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_map_bb_set_map = R"doc()doc"; + + +static const char* __doc_gr_digital_map_bb_map = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/meas_evm_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/meas_evm_cc_pydoc_template.h new file mode 100644 index 0000000000..c348425ad5 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/meas_evm_cc_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_meas_evm_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_meas_evm_cc_meas_evm_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_meas_evm_cc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/metric_type_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/metric_type_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/metric_type_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ diff --git a/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_cc_pydoc_template.h new file mode 100644 index 0000000000..da08e783c8 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_cc_pydoc_template.h @@ -0,0 +1,48 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_mpsk_snr_est_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_mpsk_snr_est_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_mpsk_snr_est_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_type = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_tag_nsample = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_set_type = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_set_tag_nsample = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_cc_set_alpha = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_pydoc_template.h new file mode 100644 index 0000000000..a1fd593bbe --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/mpsk_snr_est_pydoc_template.h @@ -0,0 +1,119 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_mpsk_snr_est = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_mpsk_snr_est_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_mpsk_snr_est_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_update = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_signal = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_noise = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_simple = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_simple_mpsk_snr_est_simple_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_simple_mpsk_snr_est_simple_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_simple_update = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_simple_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_skew = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_skew_mpsk_snr_est_skew_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_skew_mpsk_snr_est_skew_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_skew_update = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_skew_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_m2m4 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_m2m4_mpsk_snr_est_m2m4_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_m2m4_mpsk_snr_est_m2m4_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_m2m4_update = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_m2m4_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_snr_est_m2m4 = R"doc()doc"; + + +static const char* __doc_gr_digital_snr_est_m2m4_snr_est_m2m4_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_snr_est_m2m4_snr_est_m2m4_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_snr_est_m2m4_update = R"doc()doc"; + + +static const char* __doc_gr_digital_snr_est_m2m4_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_svr = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_svr_mpsk_snr_est_svr_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_svr_mpsk_snr_est_svr_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_svr_update = R"doc()doc"; + + +static const char* __doc_gr_digital_mpsk_snr_est_svr_snr = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/msk_timing_recovery_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/msk_timing_recovery_cc_pydoc_template.h new file mode 100644 index 0000000000..0c059f9829 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/msk_timing_recovery_cc_pydoc_template.h @@ -0,0 +1,47 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_msk_timing_recovery_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_msk_timing_recovery_cc_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_msk_timing_recovery_cc_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_set_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_get_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_set_limit = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_get_limit = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_set_sps = R"doc()doc"; + + +static const char* __doc_gr_digital_msk_timing_recovery_cc_get_sps = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_carrier_allocator_cvc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_carrier_allocator_cvc_pydoc_template.h new file mode 100644 index 0000000000..fee2989a5b --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_carrier_allocator_cvc_pydoc_template.h @@ -0,0 +1,41 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_carrier_allocator_cvc = R"doc()doc"; + + +static const char* + __doc_gr_digital_ofdm_carrier_allocator_cvc_ofdm_carrier_allocator_cvc_0 = + R"doc()doc"; + + +static const char* + __doc_gr_digital_ofdm_carrier_allocator_cvc_ofdm_carrier_allocator_cvc_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_carrier_allocator_cvc_len_tag_key = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_carrier_allocator_cvc_fft_len = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_carrier_allocator_cvc_occupied_carriers = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_carrier_allocator_cvc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_chanest_vcvc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_chanest_vcvc_pydoc_template.h new file mode 100644 index 0000000000..915a03250b --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_chanest_vcvc_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_chanest_vcvc = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_chanest_vcvc_ofdm_chanest_vcvc = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_chanest_vcvc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_cyclic_prefixer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_cyclic_prefixer_pydoc_template.h new file mode 100644 index 0000000000..e4d6e9cd4d --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_cyclic_prefixer_pydoc_template.h @@ -0,0 +1,28 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_cyclic_prefixer = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_cyclic_prefixer_ofdm_cyclic_prefixer = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_cyclic_prefixer_make_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_cyclic_prefixer_make_1 = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_base_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_base_pydoc_template.h new file mode 100644 index 0000000000..6174568d51 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_base_pydoc_template.h @@ -0,0 +1,59 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_equalizer_base = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_ofdm_equalizer_base_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_ofdm_equalizer_base_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_reset = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_equalize = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_get_channel_state = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_fft_len = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_base_base = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_1d_pilots = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_1d_pilots_ofdm_equalizer_1d_pilots_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_1d_pilots_ofdm_equalizer_1d_pilots_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_1d_pilots_reset = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_1d_pilots_get_channel_state = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_simpledfe_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_simpledfe_pydoc_template.h new file mode 100644 index 0000000000..9f9832814c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_simpledfe_pydoc_template.h @@ -0,0 +1,32 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_equalizer_simpledfe = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_simpledfe_ofdm_equalizer_simpledfe_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_simpledfe_ofdm_equalizer_simpledfe_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_simpledfe_equalize = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_simpledfe_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_static_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_static_pydoc_template.h new file mode 100644 index 0000000000..1c2b19cc7f --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_equalizer_static_pydoc_template.h @@ -0,0 +1,32 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_equalizer_static = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_static_ofdm_equalizer_static_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_static_ofdm_equalizer_static_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_static_equalize = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_equalizer_static_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_frame_equalizer_vcvc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_frame_equalizer_vcvc_pydoc_template.h new file mode 100644 index 0000000000..85528aac9e --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_frame_equalizer_vcvc_pydoc_template.h @@ -0,0 +1,25 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_frame_equalizer_vcvc = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_frame_equalizer_vcvc_ofdm_frame_equalizer_vcvc = + R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_frame_equalizer_vcvc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_serializer_vcc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_serializer_vcc_pydoc_template.h new file mode 100644 index 0000000000..4743256877 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_serializer_vcc_pydoc_template.h @@ -0,0 +1,27 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_serializer_vcc = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_serializer_vcc_ofdm_serializer_vcc = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_serializer_vcc_make_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_serializer_vcc_make_1 = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/ofdm_sync_sc_cfb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/ofdm_sync_sc_cfb_pydoc_template.h new file mode 100644 index 0000000000..e198236885 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/ofdm_sync_sc_cfb_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb_ofdm_sync_sc_cfb_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb_ofdm_sync_sc_cfb_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb_set_threshold = R"doc()doc"; + + +static const char* __doc_gr_digital_ofdm_sync_sc_cfb_threshold = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/packet_header_default_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/packet_header_default_pydoc_template.h new file mode 100644 index 0000000000..4d161f9ef8 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/packet_header_default_pydoc_template.h @@ -0,0 +1,50 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_packet_header_default = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_packet_header_default_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_packet_header_default_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_base = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_formatter = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_set_header_num = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_header_len = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_len_tag_key = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_header_formatter = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_header_parser = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_default_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/packet_header_ofdm_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/packet_header_ofdm_pydoc_template.h new file mode 100644 index 0000000000..538b2da887 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/packet_header_ofdm_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_packet_header_ofdm = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_ofdm_packet_header_ofdm_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_ofdm_packet_header_ofdm_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_ofdm_header_formatter = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_ofdm_header_parser = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_header_ofdm_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/packet_headergenerator_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/packet_headergenerator_bb_pydoc_template.h new file mode 100644 index 0000000000..15fefeca98 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/packet_headergenerator_bb_pydoc_template.h @@ -0,0 +1,36 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_packet_headergenerator_bb = R"doc()doc"; + + +static const char* + __doc_gr_digital_packet_headergenerator_bb_packet_headergenerator_bb_0 = R"doc()doc"; + + +static const char* + __doc_gr_digital_packet_headergenerator_bb_packet_headergenerator_bb_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headergenerator_bb_make_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headergenerator_bb_make_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headergenerator_bb_set_header_formatter = + R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/packet_headerparser_b_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/packet_headerparser_b_pydoc_template.h new file mode 100644 index 0000000000..d2baf9bb4c --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/packet_headerparser_b_pydoc_template.h @@ -0,0 +1,28 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_packet_headerparser_b = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headerparser_b_packet_headerparser_b = + R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headerparser_b_make_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_headerparser_b_make_1 = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/packet_sink_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/packet_sink_pydoc_template.h new file mode 100644 index 0000000000..78ef39f4da --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/packet_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_packet_sink = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_sink_packet_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_sink_packet_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_sink_make = R"doc()doc"; + + +static const char* __doc_gr_digital_packet_sink_carrier_sensed = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_ccf_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_ccf_pydoc_template.h new file mode 100644 index 0000000000..115db55981 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_ccf_pydoc_template.h @@ -0,0 +1,91 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_pfb_clock_sync_ccf_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_pfb_clock_sync_ccf_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_make = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_update_gains = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_update_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_diff_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_channel_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_diff_channel_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_taps_as_string = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_diff_taps_as_string = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_set_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_set_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_set_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_set_max_rate_deviation = + R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_clock_rate = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_error = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_rate = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_ccf_phase = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_fff_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_fff_pydoc_template.h new file mode 100644 index 0000000000..2a51dcd472 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/pfb_clock_sync_fff_pydoc_template.h @@ -0,0 +1,82 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_pfb_clock_sync_fff = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_pfb_clock_sync_fff_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_pfb_clock_sync_fff_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_make = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_update_gains = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_update_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_diff_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_channel_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_diff_channel_taps = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_taps_as_string = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_diff_taps_as_string = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_set_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_set_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_set_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_set_max_rate_deviation = + R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_pfb_clock_sync_fff_clock_rate = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/pn_correlator_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/pn_correlator_cc_pydoc_template.h new file mode 100644 index 0000000000..739032d070 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/pn_correlator_cc_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_pn_correlator_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_pn_correlator_cc_pn_correlator_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_pn_correlator_cc_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/probe_density_b_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/probe_density_b_pydoc_template.h new file mode 100644 index 0000000000..9834f76e34 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/probe_density_b_pydoc_template.h @@ -0,0 +1,33 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_probe_density_b = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_density_b_probe_density_b_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_density_b_probe_density_b_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_density_b_make = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_density_b_density = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_density_b_set_alpha = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/probe_mpsk_snr_est_c_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/probe_mpsk_snr_est_c_pydoc_template.h new file mode 100644 index 0000000000..ca38a46af4 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/probe_mpsk_snr_est_c_pydoc_template.h @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_probe_mpsk_snr_est_c_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_probe_mpsk_snr_est_c_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_make = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_snr = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_signal = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_noise = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_type = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_msg_nsample = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_set_type = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_set_msg_nsample = R"doc()doc"; + + +static const char* __doc_gr_digital_probe_mpsk_snr_est_c_set_alpha = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/protocol_formatter_async_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/protocol_formatter_async_pydoc_template.h new file mode 100644 index 0000000000..4485bf0e52 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/protocol_formatter_async_pydoc_template.h @@ -0,0 +1,25 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_protocol_formatter_async = R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_async_protocol_formatter_async = + R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_async_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/protocol_formatter_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/protocol_formatter_bb_pydoc_template.h new file mode 100644 index 0000000000..410eb6060f --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/protocol_formatter_bb_pydoc_template.h @@ -0,0 +1,32 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_protocol_formatter_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_bb_protocol_formatter_bb_0 = + R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_bb_protocol_formatter_bb_1 = + R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_bb_make = R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_formatter_bb_set_header_format = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/protocol_parser_b_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/protocol_parser_b_pydoc_template.h new file mode 100644 index 0000000000..842bcc44de --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/protocol_parser_b_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_protocol_parser_b = R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_parser_b_protocol_parser_b = R"doc()doc"; + + +static const char* __doc_gr_digital_protocol_parser_b_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/scrambler_bb_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/scrambler_bb_pydoc_template.h new file mode 100644 index 0000000000..296b7d351a --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/scrambler_bb_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_scrambler_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_scrambler_bb_scrambler_bb = R"doc()doc"; + + +static const char* __doc_gr_digital_scrambler_bb_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/simple_correlator_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/simple_correlator_pydoc_template.h new file mode 100644 index 0000000000..31ce13f096 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/simple_correlator_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_simple_correlator = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_correlator_simple_correlator = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_correlator_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h new file mode 100644 index 0000000000..bd6f2f10c5 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/simple_framer_pydoc_template.h @@ -0,0 +1,24 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_simple_framer = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_framer_simple_framer = R"doc()doc"; + + +static const char* __doc_gr_digital_simple_framer_make = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/simple_framer_sync_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/simple_framer_sync_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/simple_framer_sync_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ diff --git a/gr-digital/python/digital/bindings/docstrings/symbol_sync_cc_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/symbol_sync_cc_pydoc_template.h new file mode 100644 index 0000000000..1984fa55f9 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/symbol_sync_cc_pydoc_template.h @@ -0,0 +1,57 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_symbol_sync_cc = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_symbol_sync_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_symbol_sync_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_make = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_ted_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_set_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_set_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_set_ted_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_cc_set_beta = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/symbol_sync_ff_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/symbol_sync_ff_pydoc_template.h new file mode 100644 index 0000000000..0bfdaf5610 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/symbol_sync_ff_pydoc_template.h @@ -0,0 +1,57 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_digital_symbol_sync_ff = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_symbol_sync_ff_0 = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_symbol_sync_ff_1 = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_make = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_ted_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_beta = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_set_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_set_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_set_ted_gain = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_digital_symbol_sync_ff_set_beta = R"doc()doc"; diff --git a/gr-digital/python/digital/bindings/docstrings/timing_error_detector_type_pydoc_template.h b/gr-digital/python/digital/bindings/docstrings/timing_error_detector_type_pydoc_template.h new file mode 100644 index 0000000000..84c1cb8104 --- /dev/null +++ b/gr-digital/python/digital/bindings/docstrings/timing_error_detector_type_pydoc_template.h @@ -0,0 +1,15 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, digital, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ |