summaryrefslogtreecommitdiff
path: root/gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h')
-rw-r--r--gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h b/gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h
new file mode 100644
index 0000000000..f151707ecf
--- /dev/null
+++ b/gr-channels/python/channels/bindings/docstrings/channel_model_pydoc_template.h
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2020 Free Software Foundation, Inc.
+ *
+ * This file is part of GNU Radio
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ *
+ */
+#include "pydoc_macros.h"
+#define D(...) DOC(gr, channels, __VA_ARGS__)
+/*
+ This file contains placeholders for 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_channels_channel_model = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_channel_model_0 = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_channel_model_1 = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_make = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_set_noise_voltage = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_set_frequency_offset = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_set_taps = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_set_timing_offset = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_noise_voltage = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_frequency_offset = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_taps = R"doc()doc";
+
+
+static const char* __doc_gr_channels_channel_model_timing_offset = R"doc()doc";