diff options
Diffstat (limited to 'gr-qtgui/python/qtgui/bindings/histogramdisplayform_python.cc')
-rw-r--r-- | gr-qtgui/python/qtgui/bindings/histogramdisplayform_python.cc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gr-qtgui/python/qtgui/bindings/histogramdisplayform_python.cc b/gr-qtgui/python/qtgui/bindings/histogramdisplayform_python.cc new file mode 100644 index 0000000000..1e2f0e4523 --- /dev/null +++ b/gr-qtgui/python/qtgui/bindings/histogramdisplayform_python.cc @@ -0,0 +1,22 @@ +/* + * 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/qtgui/histogramdisplayform.h> +// pydoc.h is automatically generated in the build directory +#include <histogramdisplayform_pydoc.h> + +void bind_histogramdisplayform(py::module& m) {} |