From 7aceb6d8e96d715f1f9555195ad73222112d44ce Mon Sep 17 00:00:00 2001 From: alon Date: Sun, 14 Apr 2024 13:39:48 +0300 Subject: [PATCH] gr-cariboulite GetHandle forgot to stage --- .../python/caribouLite/bindings/caribouLiteSource_python.cc | 4 +++- .../bindings/docstrings/caribouLiteSource_pydoc_template.h | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/software/gr-caribouLite/python/caribouLite/bindings/caribouLiteSource_python.cc b/software/gr-caribouLite/python/caribouLite/bindings/caribouLiteSource_python.cc index 54bb71b..217329c 100644 --- a/software/gr-caribouLite/python/caribouLite/bindings/caribouLiteSource_python.cc +++ b/software/gr-caribouLite/python/caribouLite/bindings/caribouLiteSource_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(caribouLiteSource.h) */ -/* BINDTOOL_HEADER_FILE_HASH(2af106876738c9927aadb177d064272d) */ +/* BINDTOOL_HEADER_FILE_HASH(e745353de3f819883c4ed3dfd60cce19) */ /***********************************************************************************/ #include @@ -51,5 +51,7 @@ void bind_caribouLiteSource(py::module& m) D(caribouLiteSource, make)) + .def("getHandle", &caribouLiteSource::getHandle, D(caribouLiteSource, getHandle)) + ; } diff --git a/software/gr-caribouLite/python/caribouLite/bindings/docstrings/caribouLiteSource_pydoc_template.h b/software/gr-caribouLite/python/caribouLite/bindings/docstrings/caribouLiteSource_pydoc_template.h index 694e399..bfd7425 100644 --- a/software/gr-caribouLite/python/caribouLite/bindings/docstrings/caribouLiteSource_pydoc_template.h +++ b/software/gr-caribouLite/python/caribouLite/bindings/docstrings/caribouLiteSource_pydoc_template.h @@ -22,3 +22,6 @@ static const char* __doc_gr_caribouLite_caribouLiteSource_caribouLiteSource = R" static const char* __doc_gr_caribouLite_caribouLiteSource_make = R"doc()doc"; + + +static const char* __doc_gr_caribouLite_caribouLiteSource_getHandle = R"doc()doc";