summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/log2_const_python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/blocks/bindings/log2_const_python.cc')
-rw-r--r--gr-blocks/python/blocks/bindings/log2_const_python.cc35
1 files changed, 35 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/bindings/log2_const_python.cc b/gr-blocks/python/blocks/bindings/log2_const_python.cc
new file mode 100644
index 000000000..1f560fd08
--- /dev/null
+++ b/gr-blocks/python/blocks/bindings/log2_const_python.cc
@@ -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
+ *
+ */
+
+/* This file is automatically generated using bindtool */
+
+#include <pybind11/complex.h>
+#include <pybind11/pybind11.h>
+#include <pybind11/stl.h>
+
+namespace py = pybind11;
+
+#include <gnuradio/blocks/log2_const.h>
+
+void bind_log2_const(py::module& m)
+{
+
+
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+ m.def("log2_const", &gr::blocks::log2_const);
+}