diff options
Diffstat (limited to 'gr-blocks/python/blocks/bindings/docstrings')
162 files changed, 4560 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/bindings/docstrings/abs_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/abs_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/abs_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/add_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/add_const_bb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_bb_pydoc_template.h new file mode 100644 index 0000000000..5f0b4c7c00 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_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, blocks, __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_blocks_add_const_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_bb_add_const_bb_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_bb_add_const_bb_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_bb_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_bb_k = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_bb_set_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/add_const_cc_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_cc_pydoc_template.h new file mode 100644 index 0000000000..bd140b32d1 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_cc_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, blocks, __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_blocks_add_const_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_cc_add_const_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_cc_add_const_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_cc_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_cc_k = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_cc_set_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/add_const_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_ff_pydoc_template.h new file mode 100644 index 0000000000..1239dc5b8d --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_ff_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, blocks, __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_blocks_add_const_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ff_add_const_ff_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ff_add_const_ff_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ff_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ff_k = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ff_set_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/add_const_ii_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_ii_pydoc_template.h new file mode 100644 index 0000000000..975f17e8ae --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_ii_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, blocks, __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_blocks_add_const_ii = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ii_add_const_ii_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ii_add_const_ii_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ii_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ii_k = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ii_set_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/add_const_ss_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_ss_pydoc_template.h new file mode 100644 index 0000000000..a3fba1c7ae --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_ss_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, blocks, __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_blocks_add_const_ss = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ss_add_const_ss_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ss_add_const_ss_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ss_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ss_k = R"doc()doc"; + + +static const char* __doc_gr_blocks_add_const_ss_set_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/add_const_v_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/add_const_v_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/add_const_v_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, blocks, __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-blocks/python/blocks/bindings/docstrings/and_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/and_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/and_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/and_const_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/and_const_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/and_const_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, blocks, __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-blocks/python/blocks/bindings/docstrings/annotator_1to1_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/annotator_1to1_pydoc_template.h new file mode 100644 index 0000000000..76afa1e667 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/annotator_1to1_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, blocks, __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_blocks_annotator_1to1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_1to1_annotator_1to1_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_1to1_annotator_1to1_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_1to1_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_1to1_data = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/annotator_alltoall_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/annotator_alltoall_pydoc_template.h new file mode 100644 index 0000000000..67323589ad --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/annotator_alltoall_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, blocks, __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_blocks_annotator_alltoall = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_alltoall_annotator_alltoall_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_alltoall_annotator_alltoall_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_alltoall_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_alltoall_data = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/annotator_raw_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/annotator_raw_pydoc_template.h new file mode 100644 index 0000000000..5ed1a6e1c3 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/annotator_raw_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, blocks, __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_blocks_annotator_raw = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_raw_annotator_raw_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_raw_annotator_raw_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_raw_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_annotator_raw_add_tag = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/argmax_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/argmax_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/argmax_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, blocks, __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-blocks/python/blocks/bindings/docstrings/burst_tagger_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/burst_tagger_pydoc_template.h new file mode 100644 index 0000000000..ba73b455ba --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/burst_tagger_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, blocks, __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_blocks_burst_tagger = R"doc()doc"; + + +static const char* __doc_gr_blocks_burst_tagger_burst_tagger_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_burst_tagger_burst_tagger_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_burst_tagger_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_burst_tagger_set_true_tag = R"doc()doc"; + + +static const char* __doc_gr_blocks_burst_tagger_set_false_tag = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/char_to_float_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/char_to_float_pydoc_template.h new file mode 100644 index 0000000000..949fe3de2b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/char_to_float_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, blocks, __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_blocks_char_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_float_char_to_float_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_float_char_to_float_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_float_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_float_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_float_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/char_to_short_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/char_to_short_pydoc_template.h new file mode 100644 index 0000000000..f227bcfa20 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/char_to_short_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, blocks, __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_blocks_char_to_short = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_short_char_to_short = R"doc()doc"; + + +static const char* __doc_gr_blocks_char_to_short_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/check_lfsr_32k_s_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/check_lfsr_32k_s_pydoc_template.h new file mode 100644 index 0000000000..41658cfbc8 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/check_lfsr_32k_s_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, blocks, __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_blocks_check_lfsr_32k_s = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_check_lfsr_32k_s_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_check_lfsr_32k_s_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_ntotal = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_nright = R"doc()doc"; + + +static const char* __doc_gr_blocks_check_lfsr_32k_s_runlength = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_arg_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_arg_pydoc_template.h new file mode 100644 index 0000000000..fddbfc32f6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_arg_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, blocks, __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_blocks_complex_to_arg = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_arg_complex_to_arg = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_arg_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_float_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_float_pydoc_template.h new file mode 100644 index 0000000000..dbf312b2f1 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_float_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, blocks, __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_blocks_complex_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_float_complex_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_float_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_imag_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_imag_pydoc_template.h new file mode 100644 index 0000000000..9af4ff7c35 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_imag_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, blocks, __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_blocks_complex_to_imag = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_imag_complex_to_imag = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_imag_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_char_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_char_pydoc_template.h new file mode 100644 index 0000000000..1eadcf199f --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_char_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, blocks, __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_blocks_complex_to_interleaved_char = R"doc()doc"; + + +static const char* + __doc_gr_blocks_complex_to_interleaved_char_complex_to_interleaved_char_0 = + R"doc()doc"; + + +static const char* + __doc_gr_blocks_complex_to_interleaved_char_complex_to_interleaved_char_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_interleaved_char_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_interleaved_char_set_scale_factor = + R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_short_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_short_pydoc_template.h new file mode 100644 index 0000000000..777f86b0d2 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_interleaved_short_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, blocks, __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_blocks_complex_to_interleaved_short = R"doc()doc"; + + +static const char* + __doc_gr_blocks_complex_to_interleaved_short_complex_to_interleaved_short_0 = + R"doc()doc"; + + +static const char* + __doc_gr_blocks_complex_to_interleaved_short_complex_to_interleaved_short_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_interleaved_short_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_interleaved_short_set_scale_factor = + R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_pydoc_template.h new file mode 100644 index 0000000000..e9676d7ed2 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_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, blocks, __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_blocks_complex_to_mag = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_mag_complex_to_mag = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_mag_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_squared_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_squared_pydoc_template.h new file mode 100644 index 0000000000..2b152fbc11 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_mag_squared_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, blocks, __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_blocks_complex_to_mag_squared = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_mag_squared_complex_to_mag_squared = + R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_mag_squared_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_magphase_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_magphase_pydoc_template.h new file mode 100644 index 0000000000..a7a56e10fb --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_magphase_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, blocks, __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_blocks_complex_to_magphase = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_magphase_complex_to_magphase = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_magphase_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/complex_to_real_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/complex_to_real_pydoc_template.h new file mode 100644 index 0000000000..773e5e6a60 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/complex_to_real_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, blocks, __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_blocks_complex_to_real = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_real_complex_to_real = R"doc()doc"; + + +static const char* __doc_gr_blocks_complex_to_real_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/conjugate_cc_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/conjugate_cc_pydoc_template.h new file mode 100644 index 0000000000..39668f7475 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/conjugate_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, blocks, __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_blocks_conjugate_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_conjugate_cc_conjugate_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_conjugate_cc_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/control_loop_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/control_loop_pydoc_template.h new file mode 100644 index 0000000000..65a673125a --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/control_loop_pydoc_template.h @@ -0,0 +1,90 @@ +/* + * 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, blocks, __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_blocks_control_loop = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_control_loop_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_control_loop_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_control_loop_2 = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_update_gains = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_advance_loop = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_phase_wrap = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_frequency_limit = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_beta = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_frequency = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_phase = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_max_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_set_min_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_loop_bandwidth = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_damping_factor = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_alpha = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_beta = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_frequency = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_phase = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_max_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_control_loop_get_min_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_tanhf_lut = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/copy_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/copy_pydoc_template.h new file mode 100644 index 0000000000..f1a5c0bbad --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/copy_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, blocks, __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_blocks_copy = R"doc()doc"; + + +static const char* __doc_gr_blocks_copy_copy_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_copy_copy_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_copy_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_copy_set_enabled = R"doc()doc"; + + +static const char* __doc_gr_blocks_copy_enabled = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/correctiq_auto_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/correctiq_auto_pydoc_template.h new file mode 100644 index 0000000000..4c6f2b3185 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/correctiq_auto_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, blocks, __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_blocks_correctiq_auto = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_correctiq_auto_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_correctiq_auto_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_get_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_get_gain = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_set_freq = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_set_gain = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_auto_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/correctiq_man_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/correctiq_man_pydoc_template.h new file mode 100644 index 0000000000..4f721b6bf6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/correctiq_man_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, blocks, __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_blocks_correctiq_man = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_correctiq_man_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_correctiq_man_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_get_real = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_get_imag = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_set_real = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_set_imag = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_man_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/correctiq_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/correctiq_pydoc_template.h new file mode 100644 index 0000000000..64b3841bb6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/correctiq_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, blocks, __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_blocks_correctiq = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_correctiq = R"doc()doc"; + + +static const char* __doc_gr_blocks_correctiq_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/correctiq_swapiq_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/correctiq_swapiq_pydoc_template.h new file mode 100644 index 0000000000..2d9e374f36 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/correctiq_swapiq_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, blocks, __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_blocks_swap_iq = R"doc()doc"; + + +static const char* __doc_gr_blocks_swap_iq_swap_iq = R"doc()doc"; + + +static const char* __doc_gr_blocks_swap_iq_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/count_bits_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/count_bits_pydoc_template.h new file mode 100644 index 0000000000..18946b7291 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/count_bits_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, blocks, __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_blocks_count_bits8 = R"doc()doc"; + + +static const char* __doc_gr_blocks_count_bits16 = R"doc()doc"; + + +static const char* __doc_gr_blocks_count_bits32 = R"doc()doc"; + + +static const char* __doc_gr_blocks_count_bits64 = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_b_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_b_pydoc_template.h new file mode 100644 index 0000000000..f425b00e11 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_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, blocks, __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_blocks_ctrlport_probe2_b = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_b_ctrlport_probe2_b_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_b_ctrlport_probe2_b_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_b_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_b_get = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_b_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_c_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_c_pydoc_template.h new file mode 100644 index 0000000000..b2199c4360 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_c_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, blocks, __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_blocks_ctrlport_probe2_c = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_c_ctrlport_probe2_c_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_c_ctrlport_probe2_c_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_c_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_c_get = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_c_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_f_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_f_pydoc_template.h new file mode 100644 index 0000000000..b0d253ba18 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_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, blocks, __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_blocks_ctrlport_probe2_f = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_f_ctrlport_probe2_f_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_f_ctrlport_probe2_f_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_f_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_f_get = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_f_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_i_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_i_pydoc_template.h new file mode 100644 index 0000000000..a32a2d6e7f --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_i_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, blocks, __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_blocks_ctrlport_probe2_i = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_i_ctrlport_probe2_i_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_i_ctrlport_probe2_i_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_i_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_i_get = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_i_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_s_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_s_pydoc_template.h new file mode 100644 index 0000000000..b56f52e962 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe2_s_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, blocks, __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_blocks_ctrlport_probe2_s = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_s_ctrlport_probe2_s_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_s_ctrlport_probe2_s_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_s_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_s_get = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe2_s_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe_c_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe_c_pydoc_template.h new file mode 100644 index 0000000000..793ed9a2d6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/ctrlport_probe_c_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, blocks, __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_blocks_ctrlport_probe_c = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe_c_ctrlport_probe_c_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe_c_ctrlport_probe_c_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe_c_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_ctrlport_probe_c_get = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/deinterleave_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/deinterleave_pydoc_template.h new file mode 100644 index 0000000000..12109331f7 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/deinterleave_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, blocks, __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_blocks_deinterleave = R"doc()doc"; + + +static const char* __doc_gr_blocks_deinterleave_deinterleave = R"doc()doc"; + + +static const char* __doc_gr_blocks_deinterleave_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/delay_pydoc_template.h new file mode 100644 index 0000000000..11eef2c9c8 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/delay_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, blocks, __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_blocks_delay = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_delay_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_delay_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_dly = R"doc()doc"; + + +static const char* __doc_gr_blocks_delay_set_dly = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/divide_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/divide_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/divide_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, blocks, __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-blocks/python/blocks/bindings/docstrings/endian_swap_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/endian_swap_pydoc_template.h new file mode 100644 index 0000000000..4654a38018 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/endian_swap_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, blocks, __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_blocks_endian_swap = R"doc()doc"; + + +static const char* __doc_gr_blocks_endian_swap_endian_swap = R"doc()doc"; + + +static const char* __doc_gr_blocks_endian_swap_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/exponentiate_const_cci_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/exponentiate_const_cci_pydoc_template.h new file mode 100644 index 0000000000..972318a543 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/exponentiate_const_cci_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, blocks, __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_blocks_exponentiate_const_cci = R"doc()doc"; + + +static const char* __doc_gr_blocks_exponentiate_const_cci_exponentiate_const_cci_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_exponentiate_const_cci_exponentiate_const_cci_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_exponentiate_const_cci_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_exponentiate_const_cci_set_exponent = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_sink_pydoc_template.h new file mode 100644 index 0000000000..e4ded4a387 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_sink_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, blocks, __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_blocks_file_descriptor_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_descriptor_sink_file_descriptor_sink = + R"doc()doc"; + + +static const char* __doc_gr_blocks_file_descriptor_sink_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_source_pydoc_template.h new file mode 100644 index 0000000000..f8cb68a694 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_descriptor_source_pydoc_template.h @@ -0,0 +1,29 @@ +/* + * 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, blocks, __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_blocks_file_descriptor_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_descriptor_source_file_descriptor_source_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_file_descriptor_source_file_descriptor_source_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_file_descriptor_source_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_meta_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_meta_sink_pydoc_template.h new file mode 100644 index 0000000000..86cbd0166a --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_meta_sink_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, blocks, __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_blocks_file_meta_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_file_meta_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_file_meta_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_open = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_close = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_do_update = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_sink_set_unbuffered = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_meta_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_meta_source_pydoc_template.h new file mode 100644 index 0000000000..0e8a60aac0 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_meta_source_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, blocks, __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_blocks_file_meta_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_file_meta_source_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_file_meta_source_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_open = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_close = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_meta_source_do_update = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_sink_base_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_sink_base_pydoc_template.h new file mode 100644 index 0000000000..12cf2becc9 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_sink_base_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, blocks, __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_blocks_file_sink_base = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_base_file_sink_base = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_base_open = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_base_close = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_base_do_update = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_base_set_unbuffered = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_sink_pydoc_template.h new file mode 100644 index 0000000000..e2fb4c2a77 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_sink_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, blocks, __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_blocks_file_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_file_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_sink_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/file_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/file_source_pydoc_template.h new file mode 100644 index 0000000000..0c45ebd355 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/file_source_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, blocks, __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_blocks_file_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_file_source_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_file_source_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_seek = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_open = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_close = R"doc()doc"; + + +static const char* __doc_gr_blocks_file_source_set_begin_tag = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/float_to_char_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/float_to_char_pydoc_template.h new file mode 100644 index 0000000000..d2367fc522 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/float_to_char_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, blocks, __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_blocks_float_to_char = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_char_float_to_char_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_char_float_to_char_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_char_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_char_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_char_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/float_to_complex_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/float_to_complex_pydoc_template.h new file mode 100644 index 0000000000..6d1a1184ea --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/float_to_complex_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, blocks, __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_blocks_float_to_complex = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_complex_float_to_complex = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_complex_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/float_to_int_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/float_to_int_pydoc_template.h new file mode 100644 index 0000000000..f937731935 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/float_to_int_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, blocks, __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_blocks_float_to_int = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_int_float_to_int_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_int_float_to_int_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_int_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_int_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_int_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/float_to_short_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/float_to_short_pydoc_template.h new file mode 100644 index 0000000000..93dc623beb --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/float_to_short_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, blocks, __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_blocks_float_to_short = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_short_float_to_short_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_short_float_to_short_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_short_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_short_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_short_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/float_to_uchar_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/float_to_uchar_pydoc_template.h new file mode 100644 index 0000000000..285ab717b2 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/float_to_uchar_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, blocks, __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_blocks_float_to_uchar = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_uchar_float_to_uchar = R"doc()doc"; + + +static const char* __doc_gr_blocks_float_to_uchar_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/head_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/head_pydoc_template.h new file mode 100644 index 0000000000..198e260524 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/head_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, blocks, __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_blocks_head = R"doc()doc"; + + +static const char* __doc_gr_blocks_head_head_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_head_head_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_head_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_head_reset = R"doc()doc"; + + +static const char* __doc_gr_blocks_head_set_length = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/int_to_float_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/int_to_float_pydoc_template.h new file mode 100644 index 0000000000..7049777f2e --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/int_to_float_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, blocks, __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_blocks_int_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_int_to_float_int_to_float_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_int_to_float_int_to_float_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_int_to_float_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_int_to_float_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_int_to_float_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/integrate_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/integrate_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/integrate_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, blocks, __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-blocks/python/blocks/bindings/docstrings/interleave_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/interleave_pydoc_template.h new file mode 100644 index 0000000000..a3f6d4e4a4 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/interleave_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, blocks, __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_blocks_interleave = R"doc()doc"; + + +static const char* __doc_gr_blocks_interleave_interleave = R"doc()doc"; + + +static const char* __doc_gr_blocks_interleave_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/interleaved_char_to_complex_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/interleaved_char_to_complex_pydoc_template.h new file mode 100644 index 0000000000..96312fb541 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/interleaved_char_to_complex_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, blocks, __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_blocks_interleaved_char_to_complex = R"doc()doc"; + + +static const char* + __doc_gr_blocks_interleaved_char_to_complex_interleaved_char_to_complex_0 = + R"doc()doc"; + + +static const char* + __doc_gr_blocks_interleaved_char_to_complex_interleaved_char_to_complex_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_interleaved_char_to_complex_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_interleaved_char_to_complex_set_scale_factor = + R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/interleaved_short_to_complex_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/interleaved_short_to_complex_pydoc_template.h new file mode 100644 index 0000000000..f165937a03 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/interleaved_short_to_complex_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, blocks, __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_blocks_interleaved_short_to_complex = R"doc()doc"; + + +static const char* + __doc_gr_blocks_interleaved_short_to_complex_interleaved_short_to_complex_0 = + R"doc()doc"; + + +static const char* + __doc_gr_blocks_interleaved_short_to_complex_interleaved_short_to_complex_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_interleaved_short_to_complex_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_interleaved_short_to_complex_set_swap = R"doc()doc"; + + +static const char* __doc_gr_blocks_interleaved_short_to_complex_set_scale_factor = + R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/keep_m_in_n_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/keep_m_in_n_pydoc_template.h new file mode 100644 index 0000000000..b9b4f3d667 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/keep_m_in_n_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, blocks, __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_blocks_keep_m_in_n = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_keep_m_in_n_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_keep_m_in_n_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_set_m = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_set_n = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_m_in_n_set_offset = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/keep_one_in_n_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/keep_one_in_n_pydoc_template.h new file mode 100644 index 0000000000..9913c9c09b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/keep_one_in_n_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, blocks, __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_blocks_keep_one_in_n = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_one_in_n_keep_one_in_n_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_one_in_n_keep_one_in_n_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_one_in_n_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_keep_one_in_n_set_n = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/lfsr_15_1_0_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/lfsr_15_1_0_pydoc_template.h new file mode 100644 index 0000000000..0ed7c30203 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/lfsr_15_1_0_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, blocks, __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_blocks_lfsr_15_1_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_15_1_0_lfsr_15_1_0_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_15_1_0_lfsr_15_1_0_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_15_1_0_reset = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_15_1_0_next_bit = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_15_1_0_next_byte = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_pydoc_template.h new file mode 100644 index 0000000000..28abc7bb00 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_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, blocks, __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_blocks_lfsr_32k = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_lfsr_32k_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_lfsr_32k_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_reset = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_next_bit = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_next_byte = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_next_short = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_source_s_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_source_s_pydoc_template.h new file mode 100644 index 0000000000..a9f091d985 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/lfsr_32k_source_s_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, blocks, __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_blocks_lfsr_32k_source_s = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_source_s_lfsr_32k_source_s = R"doc()doc"; + + +static const char* __doc_gr_blocks_lfsr_32k_source_s_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/log2_const_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/log2_const_pydoc_template.h new file mode 100644 index 0000000000..e31bf5582e --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/log2_const_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, blocks, __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_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_log2_const_0 = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/magphase_to_complex_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/magphase_to_complex_pydoc_template.h new file mode 100644 index 0000000000..48d54ec273 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/magphase_to_complex_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, blocks, __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_blocks_magphase_to_complex = R"doc()doc"; + + +static const char* __doc_gr_blocks_magphase_to_complex_magphase_to_complex = R"doc()doc"; + + +static const char* __doc_gr_blocks_magphase_to_complex_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/max_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/max_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/max_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/message_debug_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/message_debug_pydoc_template.h new file mode 100644 index 0000000000..61d586e099 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/message_debug_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, blocks, __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_blocks_message_debug = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_debug_message_debug_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_debug_message_debug_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_debug_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_debug_num_messages = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_debug_get_message = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/message_strobe_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/message_strobe_pydoc_template.h new file mode 100644 index 0000000000..f8b4525064 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/message_strobe_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, blocks, __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_blocks_message_strobe = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_message_strobe_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_message_strobe_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_set_msg = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_msg = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_set_period = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_period = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/message_strobe_random_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/message_strobe_random_pydoc_template.h new file mode 100644 index 0000000000..d088b7d05d --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/message_strobe_random_pydoc_template.h @@ -0,0 +1,53 @@ +/* + * 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, blocks, __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_blocks_message_strobe_random = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_message_strobe_random_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_message_strobe_random_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_set_msg = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_msg = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_set_dist = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_dist = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_set_mean = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_mean = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_set_std = R"doc()doc"; + + +static const char* __doc_gr_blocks_message_strobe_random_std = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/min_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/min_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/min_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/moving_average_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/moving_average_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/moving_average_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, blocks, __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-blocks/python/blocks/bindings/docstrings/multiply_by_tag_value_cc_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_by_tag_value_cc_pydoc_template.h new file mode 100644 index 0000000000..193712eeb8 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_by_tag_value_cc_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, blocks, __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_blocks_multiply_by_tag_value_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_by_tag_value_cc_multiply_by_tag_value_cc_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_by_tag_value_cc_multiply_by_tag_value_cc_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_by_tag_value_cc_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_by_tag_value_cc_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/multiply_conjugate_cc_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_conjugate_cc_pydoc_template.h new file mode 100644 index 0000000000..64a9185954 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_conjugate_cc_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, blocks, __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_blocks_multiply_conjugate_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_conjugate_cc_multiply_conjugate_cc = + R"doc()doc"; + + +static const char* __doc_gr_blocks_multiply_conjugate_cc_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/multiply_const_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_const_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_const_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, blocks, __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-blocks/python/blocks/bindings/docstrings/multiply_const_v_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_const_v_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_const_v_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, blocks, __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-blocks/python/blocks/bindings/docstrings/multiply_matrix_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_matrix_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_matrix_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, blocks, __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-blocks/python/blocks/bindings/docstrings/multiply_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/multiply_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/multiply_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, blocks, __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-blocks/python/blocks/bindings/docstrings/mute_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/mute_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/mute_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, blocks, __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-blocks/python/blocks/bindings/docstrings/nlog10_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/nlog10_ff_pydoc_template.h new file mode 100644 index 0000000000..3b39147edf --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/nlog10_ff_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, blocks, __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_blocks_nlog10_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_nlog10_ff_nlog10_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_nlog10_ff_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/nop_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/nop_pydoc_template.h new file mode 100644 index 0000000000..8b146e0317 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/nop_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, blocks, __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_blocks_nop = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_nop_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_nop_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_nmsgs_received = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_ctrlport_test = R"doc()doc"; + + +static const char* __doc_gr_blocks_nop_set_ctrlport_test = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/not_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/not_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/not_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/null_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/null_sink_pydoc_template.h new file mode 100644 index 0000000000..739c977686 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/null_sink_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, blocks, __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_blocks_null_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_null_sink_null_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_null_sink_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/null_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/null_source_pydoc_template.h new file mode 100644 index 0000000000..c274e3160b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/null_source_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, blocks, __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_blocks_null_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_null_source_null_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_null_source_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/or_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/or_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/or_blk_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, blocks, __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-blocks/python/blocks/bindings/docstrings/pack_k_bits_bb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pack_k_bits_bb_pydoc_template.h new file mode 100644 index 0000000000..0aa04d37ef --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pack_k_bits_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, blocks, __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_blocks_pack_k_bits_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_pack_k_bits_bb_pack_k_bits_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_pack_k_bits_bb_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pack_k_bits_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pack_k_bits_pydoc_template.h new file mode 100644 index 0000000000..470dcf0f1e --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pack_k_bits_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, blocks, __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_blocks_kernel_pack_k_bits = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_pack_k_bits_pack_k_bits_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_pack_k_bits_pack_k_bits_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_pack_k_bits_pack = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_pack_k_bits_pack_rev = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_pack_k_bits_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/packed_to_unpacked_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/packed_to_unpacked_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/packed_to_unpacked_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, blocks, __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-blocks/python/blocks/bindings/docstrings/patterned_interleaver_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/patterned_interleaver_pydoc_template.h new file mode 100644 index 0000000000..f1675bb6f7 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/patterned_interleaver_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, blocks, __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_blocks_patterned_interleaver = R"doc()doc"; + + +static const char* __doc_gr_blocks_patterned_interleaver_patterned_interleaver = + R"doc()doc"; + + +static const char* __doc_gr_blocks_patterned_interleaver_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pdu_filter_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pdu_filter_pydoc_template.h new file mode 100644 index 0000000000..a4e9d0d06b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pdu_filter_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, blocks, __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_blocks_pdu_filter = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_pdu_filter_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_pdu_filter_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_set_key = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_set_val = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_filter_set_inversion = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pdu_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pdu_pydoc_template.h new file mode 100644 index 0000000000..8f16734a4c --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pdu_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, blocks, __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_blocks_pdu_pdu_port_id = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_itemsize = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_type_matches = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_make_pdu_vector = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_type_from_pmt = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pdu_remove_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pdu_remove_pydoc_template.h new file mode 100644 index 0000000000..62b512fde5 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pdu_remove_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, blocks, __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_blocks_pdu_remove = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_remove_pdu_remove_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_remove_pdu_remove_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_remove_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_remove_set_key = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pdu_set_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pdu_set_pydoc_template.h new file mode 100644 index 0000000000..cbe2a27503 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pdu_set_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, blocks, __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_blocks_pdu_set = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_set_pdu_set_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_set_pdu_set_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_set_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_set_set_key = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_set_set_val = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/pdu_to_tagged_stream_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/pdu_to_tagged_stream_pydoc_template.h new file mode 100644 index 0000000000..2ab003a60b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/pdu_to_tagged_stream_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, blocks, __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_blocks_pdu_to_tagged_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_to_tagged_stream_pdu_to_tagged_stream = + R"doc()doc"; + + +static const char* __doc_gr_blocks_pdu_to_tagged_stream_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/peak_detector2_fb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/peak_detector2_fb_pydoc_template.h new file mode 100644 index 0000000000..5df39b03f9 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/peak_detector2_fb_pydoc_template.h @@ -0,0 +1,46 @@ +/* + * 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, blocks, __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_blocks_peak_detector2_fb = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_peak_detector2_fb_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_peak_detector2_fb_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_set_threshold_factor_rise = + R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_set_look_ahead = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_threshold_factor_rise = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_look_ahead = R"doc()doc"; + + +static const char* __doc_gr_blocks_peak_detector2_fb_alpha = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/peak_detector_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/peak_detector_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/peak_detector_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, blocks, __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-blocks/python/blocks/bindings/docstrings/phase_shift_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/phase_shift_pydoc_template.h new file mode 100644 index 0000000000..7962a6d18f --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/phase_shift_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, blocks, __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_blocks_phase_shift = R"doc()doc"; + + +static const char* __doc_gr_blocks_phase_shift_phase_shift_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_phase_shift_phase_shift_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_phase_shift_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_phase_shift_get_shift = R"doc()doc"; + + +static const char* __doc_gr_blocks_phase_shift_set_shift = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/plateau_detector_fb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/plateau_detector_fb_pydoc_template.h new file mode 100644 index 0000000000..54175ce11b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/plateau_detector_fb_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, blocks, __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_blocks_plateau_detector_fb = R"doc()doc"; + + +static const char* __doc_gr_blocks_plateau_detector_fb_plateau_detector_fb_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_plateau_detector_fb_plateau_detector_fb_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_plateau_detector_fb_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_plateau_detector_fb_set_threshold = R"doc()doc"; + + +static const char* __doc_gr_blocks_plateau_detector_fb_threshold = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/probe_rate_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/probe_rate_pydoc_template.h new file mode 100644 index 0000000000..b832bf97cd --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/probe_rate_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, blocks, __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_blocks_probe_rate = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_probe_rate_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_probe_rate_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_set_alpha = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_rate = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_start = R"doc()doc"; + + +static const char* __doc_gr_blocks_probe_rate_stop = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/probe_signal_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/probe_signal_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/probe_signal_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, blocks, __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-blocks/python/blocks/bindings/docstrings/probe_signal_v_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/probe_signal_v_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/probe_signal_v_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, blocks, __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-blocks/python/blocks/bindings/docstrings/random_pdu_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/random_pdu_pydoc_template.h new file mode 100644 index 0000000000..b5a4e94ae2 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/random_pdu_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, blocks, __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_blocks_random_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_random_pdu_random_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_random_pdu_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/regenerate_bb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/regenerate_bb_pydoc_template.h new file mode 100644 index 0000000000..1d3d0fc77c --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/regenerate_bb_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, blocks, __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_blocks_regenerate_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_regenerate_bb_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_regenerate_bb_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_set_max_regen = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_set_period = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_max_regen = R"doc()doc"; + + +static const char* __doc_gr_blocks_regenerate_bb_period = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/repack_bits_bb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/repack_bits_bb_pydoc_template.h new file mode 100644 index 0000000000..50abaa8536 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/repack_bits_bb_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, blocks, __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_blocks_repack_bits_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_repack_bits_bb_repack_bits_bb_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_repack_bits_bb_repack_bits_bb_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_repack_bits_bb_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_repack_bits_bb_set_k_and_l = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/repeat_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/repeat_pydoc_template.h new file mode 100644 index 0000000000..a380e07346 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/repeat_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, blocks, __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_blocks_repeat = R"doc()doc"; + + +static const char* __doc_gr_blocks_repeat_repeat_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_repeat_repeat_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_repeat_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_repeat_interpolation = R"doc()doc"; + + +static const char* __doc_gr_blocks_repeat_set_interpolation = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/rms_cf_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/rms_cf_pydoc_template.h new file mode 100644 index 0000000000..9edcbce8b3 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/rms_cf_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, blocks, __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_blocks_rms_cf = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_cf_rms_cf_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_cf_rms_cf_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_cf_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_cf_set_alpha = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/rms_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/rms_ff_pydoc_template.h new file mode 100644 index 0000000000..950a9290f5 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/rms_ff_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, blocks, __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_blocks_rms_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_ff_rms_ff_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_ff_rms_ff_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_ff_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_rms_ff_set_alpha = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/rotator_cc_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/rotator_cc_pydoc_template.h new file mode 100644 index 0000000000..4e40ee5048 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/rotator_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, blocks, __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_blocks_rotator_cc = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_cc_rotator_cc_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_cc_rotator_cc_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_cc_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_cc_set_phase_inc = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/rotator_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/rotator_pydoc_template.h new file mode 100644 index 0000000000..1624871733 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/rotator_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, blocks, __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_blocks_rotator = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_rotator_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_rotator_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_set_phase = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_set_phase_incr = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_rotate = R"doc()doc"; + + +static const char* __doc_gr_blocks_rotator_rotateN = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/sample_and_hold_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/sample_and_hold_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/sample_and_hold_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, blocks, __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-blocks/python/blocks/bindings/docstrings/selector_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/selector_pydoc_template.h new file mode 100644 index 0000000000..d4a2eea48b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/selector_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, blocks, __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_blocks_selector = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_selector_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_selector_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_set_enabled = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_enabled = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_set_input_index = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_input_index = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_set_output_index = R"doc()doc"; + + +static const char* __doc_gr_blocks_selector_output_index = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/short_to_char_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/short_to_char_pydoc_template.h new file mode 100644 index 0000000000..c88a52c036 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/short_to_char_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, blocks, __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_blocks_short_to_char = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_char_short_to_char = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_char_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/short_to_float_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/short_to_float_pydoc_template.h new file mode 100644 index 0000000000..b7d6a7b343 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/short_to_float_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, blocks, __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_blocks_short_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_float_short_to_float_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_float_short_to_float_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_float_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_float_scale = R"doc()doc"; + + +static const char* __doc_gr_blocks_short_to_float_set_scale = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/skiphead_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/skiphead_pydoc_template.h new file mode 100644 index 0000000000..1cde6d9b2c --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/skiphead_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, blocks, __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_blocks_skiphead = R"doc()doc"; + + +static const char* __doc_gr_blocks_skiphead_skiphead = R"doc()doc"; + + +static const char* __doc_gr_blocks_skiphead_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/socket_pdu_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/socket_pdu_pydoc_template.h new file mode 100644 index 0000000000..07aa3eb239 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/socket_pdu_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, blocks, __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_blocks_socket_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_socket_pdu_socket_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_socket_pdu_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/stream_mux_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/stream_mux_pydoc_template.h new file mode 100644 index 0000000000..db8d19f532 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/stream_mux_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, blocks, __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_blocks_stream_mux = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_mux_stream_mux = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_mux_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/stream_to_streams_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/stream_to_streams_pydoc_template.h new file mode 100644 index 0000000000..b0abf60c32 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/stream_to_streams_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, blocks, __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_blocks_stream_to_streams = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_streams_stream_to_streams = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_streams_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/stream_to_tagged_stream_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/stream_to_tagged_stream_pydoc_template.h new file mode 100644 index 0000000000..75eee2684f --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/stream_to_tagged_stream_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, blocks, __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_blocks_stream_to_tagged_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_tagged_stream_stream_to_tagged_stream_0 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_tagged_stream_stream_to_tagged_stream_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_tagged_stream_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_tagged_stream_set_packet_len = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_tagged_stream_set_packet_len_pmt = + R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/stream_to_vector_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/stream_to_vector_pydoc_template.h new file mode 100644 index 0000000000..9ee79ceb1f --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/stream_to_vector_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, blocks, __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_blocks_stream_to_vector = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_vector_stream_to_vector = R"doc()doc"; + + +static const char* __doc_gr_blocks_stream_to_vector_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/streams_to_stream_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/streams_to_stream_pydoc_template.h new file mode 100644 index 0000000000..d8d76a8df8 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/streams_to_stream_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, blocks, __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_blocks_streams_to_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_streams_to_stream_streams_to_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_streams_to_stream_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/streams_to_vector_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/streams_to_vector_pydoc_template.h new file mode 100644 index 0000000000..ddee994b12 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/streams_to_vector_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, blocks, __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_blocks_streams_to_vector = R"doc()doc"; + + +static const char* __doc_gr_blocks_streams_to_vector_streams_to_vector = R"doc()doc"; + + +static const char* __doc_gr_blocks_streams_to_vector_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/stretch_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/stretch_ff_pydoc_template.h new file mode 100644 index 0000000000..40bf945ad9 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/stretch_ff_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, blocks, __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_blocks_stretch_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_stretch_ff_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_stretch_ff_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_lo = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_set_lo = R"doc()doc"; + + +static const char* __doc_gr_blocks_stretch_ff_vlen = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/sub_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/sub_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/sub_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, blocks, __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-blocks/python/blocks/bindings/docstrings/tag_debug_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tag_debug_pydoc_template.h new file mode 100644 index 0000000000..861f706f73 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tag_debug_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, blocks, __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_blocks_tag_debug = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_tag_debug_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_tag_debug_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_current_tags = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_num_tags = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_set_display = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_set_save_all = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_set_key_filter = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_debug_key_filter = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tag_gate_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tag_gate_pydoc_template.h new file mode 100644 index 0000000000..d0058a44c2 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tag_gate_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, blocks, __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_blocks_tag_gate = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_tag_gate_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_tag_gate_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_set_propagation = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_set_single_key = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_gate_single_key = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tag_share_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tag_share_pydoc_template.h new file mode 100644 index 0000000000..2e6b5a3f79 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tag_share_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, blocks, __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_blocks_tag_share = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_share_tag_share = R"doc()doc"; + + +static const char* __doc_gr_blocks_tag_share_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tagged_file_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tagged_file_sink_pydoc_template.h new file mode 100644 index 0000000000..6b681eb57e --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tagged_file_sink_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, blocks, __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_blocks_tagged_file_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_file_sink_tagged_file_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_file_sink_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_align_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_align_pydoc_template.h new file mode 100644 index 0000000000..e8835f3a39 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_align_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, blocks, __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_blocks_tagged_stream_align = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_align_tagged_stream_align = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_align_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_multiply_length_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_multiply_length_pydoc_template.h new file mode 100644 index 0000000000..949dd64ffe --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_multiply_length_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, blocks, __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_blocks_tagged_stream_multiply_length = R"doc()doc"; + + +static const char* + __doc_gr_blocks_tagged_stream_multiply_length_tagged_stream_multiply_length_0 = + R"doc()doc"; + + +static const char* + __doc_gr_blocks_tagged_stream_multiply_length_tagged_stream_multiply_length_1 = + R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_multiply_length_set_scalar = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_multiply_length_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_mux_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_mux_pydoc_template.h new file mode 100644 index 0000000000..82d715ace7 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_mux_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, blocks, __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_blocks_tagged_stream_mux = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_mux_tagged_stream_mux = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_mux_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_to_pdu_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_to_pdu_pydoc_template.h new file mode 100644 index 0000000000..76d15951ba --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tagged_stream_to_pdu_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, blocks, __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_blocks_tagged_stream_to_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_to_pdu_tagged_stream_to_pdu = + R"doc()doc"; + + +static const char* __doc_gr_blocks_tagged_stream_to_pdu_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tags_strobe_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tags_strobe_pydoc_template.h new file mode 100644 index 0000000000..7b613a5231 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tags_strobe_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, blocks, __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_blocks_tags_strobe = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_tags_strobe_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_tags_strobe_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_set_value = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_set_key = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_value = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_key = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_set_nsamps = R"doc()doc"; + + +static const char* __doc_gr_blocks_tags_strobe_nsamps = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tcp_server_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tcp_server_sink_pydoc_template.h new file mode 100644 index 0000000000..cca0eb1992 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tcp_server_sink_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, blocks, __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_blocks_tcp_server_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_tcp_server_sink_tcp_server_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_tcp_server_sink_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/test_tag_variable_rate_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/test_tag_variable_rate_ff_pydoc_template.h new file mode 100644 index 0000000000..da020e8590 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/test_tag_variable_rate_ff_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, blocks, __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_blocks_test_tag_variable_rate_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_test_tag_variable_rate_ff_test_tag_variable_rate_ff = + R"doc()doc"; + + +static const char* __doc_gr_blocks_test_tag_variable_rate_ff_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/threshold_ff_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/threshold_ff_pydoc_template.h new file mode 100644 index 0000000000..36e9920bc4 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/threshold_ff_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, blocks, __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_blocks_threshold_ff = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_threshold_ff_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_threshold_ff_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_lo = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_set_lo = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_hi = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_set_hi = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_last_state = R"doc()doc"; + + +static const char* __doc_gr_blocks_threshold_ff_set_last_state = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/throttle_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/throttle_pydoc_template.h new file mode 100644 index 0000000000..2610d3418d --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/throttle_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, blocks, __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_blocks_throttle = R"doc()doc"; + + +static const char* __doc_gr_blocks_throttle_throttle_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_throttle_throttle_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_throttle_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_throttle_set_sample_rate = R"doc()doc"; + + +static const char* __doc_gr_blocks_throttle_sample_rate = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/transcendental_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/transcendental_pydoc_template.h new file mode 100644 index 0000000000..7a83f57142 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/transcendental_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, blocks, __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_blocks_transcendental = R"doc()doc"; + + +static const char* __doc_gr_blocks_transcendental_transcendental = R"doc()doc"; + + +static const char* __doc_gr_blocks_transcendental_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/tsb_vector_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tsb_vector_sink_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tsb_vector_sink_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, blocks, __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-blocks/python/blocks/bindings/docstrings/tuntap_pdu_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/tuntap_pdu_pydoc_template.h new file mode 100644 index 0000000000..eea7349e62 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/tuntap_pdu_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, blocks, __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_blocks_tuntap_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_tuntap_pdu_tuntap_pdu = R"doc()doc"; + + +static const char* __doc_gr_blocks_tuntap_pdu_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/uchar_to_float_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/uchar_to_float_pydoc_template.h new file mode 100644 index 0000000000..72826a4c6a --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/uchar_to_float_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, blocks, __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_blocks_uchar_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_uchar_to_float_uchar_to_float = R"doc()doc"; + + +static const char* __doc_gr_blocks_uchar_to_float_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/udp_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/udp_sink_pydoc_template.h new file mode 100644 index 0000000000..316a0eed35 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/udp_sink_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, blocks, __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_blocks_udp_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_udp_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_udp_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_payload_size = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_connect = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_sink_disconnect = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/udp_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/udp_source_pydoc_template.h new file mode 100644 index 0000000000..d0ed635ea3 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/udp_source_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, blocks, __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_blocks_udp_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_udp_source_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_udp_source_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_connect = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_disconnect = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_payload_size = R"doc()doc"; + + +static const char* __doc_gr_blocks_udp_source_get_port = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_bb_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_bb_pydoc_template.h new file mode 100644 index 0000000000..f7eb535538 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_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, blocks, __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_blocks_unpack_k_bits_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_unpack_k_bits_bb_unpack_k_bits_bb = R"doc()doc"; + + +static const char* __doc_gr_blocks_unpack_k_bits_bb_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_pydoc_template.h new file mode 100644 index 0000000000..0383b23a1d --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/unpack_k_bits_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, blocks, __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_blocks_kernel_unpack_k_bits = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_unpack_k_bits_unpack_k_bits_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_unpack_k_bits_unpack_k_bits_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_unpack_k_bits_unpack = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_unpack_k_bits_unpack_rev = R"doc()doc"; + + +static const char* __doc_gr_blocks_kernel_unpack_k_bits_k = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/unpacked_to_packed_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/unpacked_to_packed_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/unpacked_to_packed_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, blocks, __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-blocks/python/blocks/bindings/docstrings/vco_c_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vco_c_pydoc_template.h new file mode 100644 index 0000000000..b9cca0976a --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vco_c_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, blocks, __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_blocks_vco_c = R"doc()doc"; + + +static const char* __doc_gr_blocks_vco_c_vco_c = R"doc()doc"; + + +static const char* __doc_gr_blocks_vco_c_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/vco_f_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vco_f_pydoc_template.h new file mode 100644 index 0000000000..739a641539 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vco_f_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, blocks, __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_blocks_vco_f = R"doc()doc"; + + +static const char* __doc_gr_blocks_vco_f_vco_f = R"doc()doc"; + + +static const char* __doc_gr_blocks_vco_f_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/vector_insert_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_insert_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_insert_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, blocks, __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-blocks/python/blocks/bindings/docstrings/vector_map_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_map_pydoc_template.h new file mode 100644 index 0000000000..c32c963b1b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_map_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, blocks, __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_blocks_vector_map = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_map_vector_map_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_map_vector_map_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_map_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_map_set_mapping = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/vector_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_sink_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_sink_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, blocks, __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-blocks/python/blocks/bindings/docstrings/vector_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_source_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_source_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, blocks, __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-blocks/python/blocks/bindings/docstrings/vector_to_stream_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_to_stream_pydoc_template.h new file mode 100644 index 0000000000..31db29dc78 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_to_stream_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, blocks, __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_blocks_vector_to_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_to_stream_vector_to_stream = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_to_stream_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/vector_to_streams_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/vector_to_streams_pydoc_template.h new file mode 100644 index 0000000000..47a010eea7 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/vector_to_streams_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, blocks, __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_blocks_vector_to_streams = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_to_streams_vector_to_streams = R"doc()doc"; + + +static const char* __doc_gr_blocks_vector_to_streams_make = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/wavfile_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/wavfile_pydoc_template.h new file mode 100644 index 0000000000..2e1f7fe44b --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/wavfile_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, blocks, __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_blocks_wavheader_parse = R"doc()doc"; + + +static const char* __doc_gr_blocks_wav_read_sample = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavheader_write = R"doc()doc"; + + +static const char* __doc_gr_blocks_wav_write_sample = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavheader_complete = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/wavfile_sink_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/wavfile_sink_pydoc_template.h new file mode 100644 index 0000000000..137dc82cd1 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/wavfile_sink_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, blocks, __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_blocks_wavfile_sink = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_wavfile_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_wavfile_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_open = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_close = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_set_sample_rate = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_sink_set_bits_per_sample = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_pydoc_template.h new file mode 100644 index 0000000000..ad002e4a47 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/wavfile_source_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, blocks, __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_blocks_wavfile_source = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_wavfile_source_0 = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_wavfile_source_1 = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_make = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_sample_rate = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_bits_per_sample = R"doc()doc"; + + +static const char* __doc_gr_blocks_wavfile_source_channels = R"doc()doc"; diff --git a/gr-blocks/python/blocks/bindings/docstrings/xor_blk_pydoc_template.h b/gr-blocks/python/blocks/bindings/docstrings/xor_blk_pydoc_template.h new file mode 100644 index 0000000000..2cc56fada6 --- /dev/null +++ b/gr-blocks/python/blocks/bindings/docstrings/xor_blk_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, blocks, __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 + */ |