diff options
author | Marcus Müller <marcus@hostalia.de> | 2020-06-19 11:07:54 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-06-19 11:07:54 +0200 |
commit | e76d04ca2f4f15e3b1a1ab2a81dd52c4e6d2472c (patch) | |
tree | 1d86f68fceed9cd7204d9a79e816dc06c15feaf4 /gr-zeromq/python/zeromq/bindings/docstrings | |
parent | 98348e37209aa7daeb96fe5ead815e5b083dc6da (diff) | |
parent | 39311758cb1e6a7424d3213b3eb2c65c8c4dcfe1 (diff) |
Move from SWIG to Pybind11
Goodbye, and thanks for all the fish, SWIG.
Please refer to docs/PYBIND11.md for details on how to deal with Pybind.
Diffstat (limited to 'gr-zeromq/python/zeromq/bindings/docstrings')
12 files changed, 360 insertions, 0 deletions
diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/pub_msg_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/pub_msg_sink_pydoc_template.h new file mode 100644 index 0000000000..34769ea4c6 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/pub_msg_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_pub_msg_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_msg_sink_pub_msg_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_msg_sink_pub_msg_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_msg_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_msg_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/pub_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/pub_sink_pydoc_template.h new file mode 100644 index 0000000000..887122ae46 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/pub_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_pub_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_sink_pub_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_sink_pub_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pub_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/pull_msg_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/pull_msg_source_pydoc_template.h new file mode 100644 index 0000000000..b90da7aa45 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/pull_msg_source_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, zeromq, __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_zeromq_pull_msg_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_msg_source_pull_msg_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_msg_source_pull_msg_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_msg_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_msg_source_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/pull_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/pull_source_pydoc_template.h new file mode 100644 index 0000000000..030e6bf5c3 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/pull_source_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, zeromq, __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_zeromq_pull_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_source_pull_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_source_pull_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_pull_source_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/push_msg_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/push_msg_sink_pydoc_template.h new file mode 100644 index 0000000000..b62bacafc4 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/push_msg_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_push_msg_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_msg_sink_push_msg_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_msg_sink_push_msg_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_msg_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_msg_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/push_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/push_sink_pydoc_template.h new file mode 100644 index 0000000000..0c49957581 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/push_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_push_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_sink_push_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_sink_push_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_push_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/rep_msg_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/rep_msg_sink_pydoc_template.h new file mode 100644 index 0000000000..6bb74864e6 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/rep_msg_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_rep_msg_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_msg_sink_rep_msg_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_msg_sink_rep_msg_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_msg_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_msg_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/rep_sink_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/rep_sink_pydoc_template.h new file mode 100644 index 0000000000..172dcea509 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/rep_sink_pydoc_template.h @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, zeromq, __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_zeromq_rep_sink = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_sink_rep_sink_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_sink_rep_sink_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_sink_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_rep_sink_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/req_msg_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/req_msg_source_pydoc_template.h new file mode 100644 index 0000000000..f02a9a9a4f --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/req_msg_source_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, zeromq, __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_zeromq_req_msg_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_msg_source_req_msg_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_msg_source_req_msg_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_msg_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_msg_source_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/req_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/req_source_pydoc_template.h new file mode 100644 index 0000000000..2253dc96c0 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/req_source_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, zeromq, __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_zeromq_req_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_source_req_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_source_req_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_req_source_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/sub_msg_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/sub_msg_source_pydoc_template.h new file mode 100644 index 0000000000..6a25d0d9f2 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/sub_msg_source_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, zeromq, __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_zeromq_sub_msg_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_msg_source_sub_msg_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_msg_source_sub_msg_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_msg_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_msg_source_last_endpoint = R"doc()doc"; diff --git a/gr-zeromq/python/zeromq/bindings/docstrings/sub_source_pydoc_template.h b/gr-zeromq/python/zeromq/bindings/docstrings/sub_source_pydoc_template.h new file mode 100644 index 0000000000..efadaa8e93 --- /dev/null +++ b/gr-zeromq/python/zeromq/bindings/docstrings/sub_source_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, zeromq, __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_zeromq_sub_source = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_source_sub_source_0 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_source_sub_source_1 = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_source_make = R"doc()doc"; + + +static const char* __doc_gr_zeromq_sub_source_last_endpoint = R"doc()doc"; |