diff options
Diffstat (limited to 'gr-fec/python/fec/bindings/docstrings/fec_mtrx_pydoc_template.h')
-rw-r--r-- | gr-fec/python/fec/bindings/docstrings/fec_mtrx_pydoc_template.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/gr-fec/python/fec/bindings/docstrings/fec_mtrx_pydoc_template.h b/gr-fec/python/fec/bindings/docstrings/fec_mtrx_pydoc_template.h new file mode 100644 index 0000000000..0b35a054af --- /dev/null +++ b/gr-fec/python/fec/bindings/docstrings/fec_mtrx_pydoc_template.h @@ -0,0 +1,60 @@ +/* + * 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, fec, __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_fec_code_block_data = R"doc()doc"; + + +static const char* __doc_gr_fec_code_matrix = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx_fec_mtrx = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx_encode = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx_decode = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx_n = R"doc()doc"; + + +static const char* __doc_gr_fec_code_fec_mtrx_k = R"doc()doc"; + + +static const char* __doc_gr_fec_code_matrix_free = R"doc()doc"; + + +static const char* __doc_gr_fec_code_read_matrix_from_file = R"doc()doc"; + + +static const char* __doc_gr_fec_code_write_matrix_to_file = R"doc()doc"; + + +static const char* __doc_gr_fec_code_generate_G_transpose = R"doc()doc"; + + +static const char* __doc_gr_fec_code_generate_G = R"doc()doc"; + + +static const char* __doc_gr_fec_code_generate_H = R"doc()doc"; + + +static const char* __doc_gr_fec_code_print_matrix = R"doc()doc"; |