diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/flowgraph_pydoc_template.h')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/flowgraph_pydoc_template.h | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/flowgraph_pydoc_template.h b/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/flowgraph_pydoc_template.h new file mode 100644 index 0000000000..ff54686a4a --- /dev/null +++ b/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/flowgraph_pydoc_template.h @@ -0,0 +1,156 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, __VA_ARGS__) +/* + This file contains placeholders for 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_flowgraph = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_flowgraph = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_connect_0 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_disconnect_0 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_connect_1 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_disconnect_1 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_connect_2 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_disconnect_2 = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_validate = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_clear = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_edges = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_msg_edges = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_calc_used_blocks = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_topological_sort = R"doc()doc"; + + +static const char* __doc_gr_flowgraph_partition = R"doc()doc"; + + +static const char* __doc_gr_endpoint = R"doc()doc"; + + +static const char* __doc_gr_endpoint_endpoint_0 = R"doc()doc"; + + +static const char* __doc_gr_endpoint_endpoint_1 = R"doc()doc"; + + +static const char* __doc_gr_endpoint_endpoint_2 = R"doc()doc"; + + +static const char* __doc_gr_endpoint_block = R"doc()doc"; + + +static const char* __doc_gr_endpoint_port = R"doc()doc"; + + +static const char* __doc_gr_endpoint_identifier = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_msg_endpoint_0 = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_msg_endpoint_1 = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_msg_endpoint_2 = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_block = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_port = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_is_hier = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_set_hier = R"doc()doc"; + + +static const char* __doc_gr_msg_endpoint_identifier = R"doc()doc"; + + +static const char* __doc_gr_edge = R"doc()doc"; + + +static const char* __doc_gr_edge_edge_0 = R"doc()doc"; + + +static const char* __doc_gr_edge_edge_1 = R"doc()doc"; + + +static const char* __doc_gr_edge_edge_2 = R"doc()doc"; + + +static const char* __doc_gr_edge_src = R"doc()doc"; + + +static const char* __doc_gr_edge_dst = R"doc()doc"; + + +static const char* __doc_gr_edge_identifier = R"doc()doc"; + + +static const char* __doc_gr_msg_edge = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_msg_edge_0 = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_msg_edge_1 = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_msg_edge_2 = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_src = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_dst = R"doc()doc"; + + +static const char* __doc_gr_msg_edge_identifier = R"doc()doc"; + + +static const char* __doc_gr_make_flowgraph = R"doc()doc"; + + +static const char* __doc_gr_dot_graph_fg = R"doc()doc"; |